preventing installation of robotic brain in organic chest

This commit is contained in:
Fox McCloud
2018-07-12 20:15:08 -04:00
parent 67d12c0aa6
commit 3c8d94a7c6
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -30,6 +30,7 @@
var/tough = FALSE //can organ be easily damaged?
var/emp_proof = FALSE //is the organ immune to EMPs?
var/hidden_pain = FALSE //will it skip pain messages?
var/requires_robotic_bodypart = FALSE
/obj/item/organ/Destroy()
@@ -144,4 +144,5 @@
dead_icon = "posibrain"
parent_organ = "chest"
status = ORGAN_ROBOT
species = "Machine"
species = "Machine"
requires_robotic_bodypart = TRUE // Can't stick this in someone's chest, unless their chest is robotic