BREAK ALL THE THINGS

This commit is contained in:
Aurorablade
2015-12-31 01:23:44 -05:00
parent b58ed5a9d4
commit 92e15c1b2a
23 changed files with 908 additions and 529 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ REAGENT SCANNER
user.show_message("\blue Subject's pulse: <font color='[H.pulse == PULSE_THREADY || H.pulse == PULSE_NONE ? "red" : "blue"]'>[H.get_pulse(GETPULSE_TOOL)] bpm.</font>")
var/implant_detect
for(var/obj/item/organ/internal/cyberimp/CI in H.internal_organs)
if(CI.status == ORGAN_ROBOT && !(H.species && H.species.name == "Machine"))
if(CI.status == ORGAN_ROBOT )
implant_detect += "[H.name] is modified with a [CI.name].<br>"
if(implant_detect)
user.show_message("<span class='notice'>Detected cybernetic modifications:</span>")