-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makes positronics able to become human'ish #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В целом - ничего запрещенного. (вроде-бы)
// [FD-EDIT] | ||
var/s_flesh_colour = species.get_flesh_colour(src) | ||
if(organs_by_name[BP_HEAD]?.model == "Vey-Med") | ||
species_name += "Human" | ||
s_flesh_colour = "#ffc896" | ||
// [/FD-EDIT] | ||
else if(is_synth && species.cyborg_noun) | ||
species_name += "[species.cyborg_noun] [species.get_bodytype(src)]" | ||
else | ||
species_name += "[species.name]" | ||
msg += ", <b>[SPAN_COLOR(species.get_flesh_colour(src), "\a [species_name]!")]</b>[(user.can_use_codex() && SScodex.get_codex_entry(get_codex_value())) ? SPAN_NOTICE(" \[<a href='?src=\ref[SScodex];show_examined_info=\ref[src];show_to=\ref[user]'>?</a>\]") : ""]" | ||
msg += ", <b>[SPAN_COLOR(s_flesh_colour, "\a [species_name]!")]</b>[(user.can_use_codex() && SScodex.get_codex_entry(get_codex_value())) ? SPAN_NOTICE(" \[<a href='?src=\ref[SScodex];show_examined_info=\ref[src];show_to=\ref[user]'>?</a>\]") : ""]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Что-ж. Проснулся и увидел то, что не заметил. Давай пройдемся.
Ты взял в // [FD-EDIT] не совсем тот участок кода. Если конкретно - то следовало взять это, закомментив старый код (тоже содержа его в // [FD-EDIT)
UPD. Сука, бля. Гитхаб решил показать не то. Так что вскоре просто дам номера строк
UPD(2). Вроде пофиксил
Перед игрой где-то в 16:00 - закину этот код, конечно, на Деатх оф Хоуп (потом ревертнув), однако пофиксить надо. |
Сойдет. Мерджу, после немного отредачу |
Makes positronics able to become human'ish
ПР делает что-то умное. Добавляет флаги на возможность выбора волос и других штук ИПСам вместе с снятием ограничений на протезы. Полу-модульно.
Чейнджлог