Organ initialization cleanup

This commit is contained in:
AnturK
2017-10-01 13:32:02 +02:00
committed by CitadelStationBot
parent 06fe1e8da6
commit fd5acc5573
6 changed files with 138 additions and 109 deletions
@@ -10,6 +10,8 @@
var/slot
// DO NOT add slots with matching names to different zones - it will break internal_organs_slot list!
var/vital = 0
//Was this organ implanted/inserted/etc, if true will not be removed during species change.
var/external = FALSE
/obj/item/organ/proc/Insert(mob/living/carbon/M, special = 0, drop_if_replaced = TRUE)