Organs update 3

This commit is contained in:
c0
2015-09-25 22:26:15 +03:00
parent 3bf0f92a67
commit feeb9ff7d2
21 changed files with 234 additions and 86 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ MASS SPECTROMETER
var/implant_detect
for(var/obj/item/organ/internal/cyberimp/CI in H.internal_organs)
implant_detect += "[H.name] is modified with a [CI.name].<br>"
if(CI.status == ORGAN_ROBOTIC)
implant_detect += "[H.name] is modified with a [CI.name].<br>"
if(implant_detect)
user.show_message("<span class='notice'>Detected cybernetic modifications:</span>")
user.show_message("<span class='notice'>[implant_detect]</span>")