Skip to content

Commit

Permalink
Перевод одной вещи из аплинка
Browse files Browse the repository at this point in the history
Также смена  одного условия, ибо без него билд не компилится.
  • Loading branch information
VERG-SS220 committed Oct 13, 2024
1 parent 5141597 commit ad3efa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/uplink_items/uplink_traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
// Drask
/datum/uplink_item/species_restricted/cryoregenerative_enhancer
name = "Cryoregenerative Enhancer"
desc = "Specially designed nanomachines that enhance the low-temperature regenerative capabilities of drask. Requires supercooled air in the enviroment or internals to function."
desc = "Специально разработанные наномашины, увеличивающие регенеративные способности драсков при низкой температуре. Требуется очень холодный воздух в атмосфере или в баллоне для работы."
reference = "CRE"
item = /obj/item/cryoregenerative_enhancer
cost = 25
Expand Down Expand Up @@ -638,7 +638,7 @@
else if(!AT)
to_chat(usr, "<span class='warning'>Ошибка: Встроенные реквизиты Синдиката не найдены.</span>")
return
else if(ischangeling(usr) || mind.has_antag_datum(/datum/antagonist/vampire))
else if(IS_CHANGELING(usr) || mind.has_antag_datum(/datum/antagonist/vampire))
to_chat(usr, "<span class='warning'>Ошибка: Встроенные реквизиты Синдиката содержат странную сигнатуру. Отмена.</span>")
return

Expand Down

0 comments on commit ad3efa8

Please sign in to comment.