mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-28 07:06:19 +01:00
Snowflake IPCs
The blizzard is approaching. Hide.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user