mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
preventing installation of robotic brain in organic chest
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user