Snowflake IPCs

The blizzard is approaching. Hide.
This commit is contained in:
skull132
2016-01-24 17:05:41 +02:00
parent 9ac96d847d
commit 9047f7e9ff
@@ -62,7 +62,12 @@
msg += "<EM>[src.name]</EM>!\n"
if (species && species.has_organ["ipc tag"] && internal_organs_by_name["ipc tag"])
msg += "[t_He] [t_is] wearing a tag designating them as an Integrated Positronic Chassis/Shell.\n"
var/datum/organ/internal/brain/robot/robot_brain = internal_organs_by_name["brain"]
var/machine_type = "cyborg/Shell"
if (robot_brain.machine_brain_type == "Posibrain")
machine_type = "Integrated Positronic Chassis/Shell"
msg += "[t_He] [t_is] wearing a tag designating [t_him] as an unlawed [machine_type].\n"
//uniform
if(w_uniform && !skipjumpsuit)