Update species.dm

This commit is contained in:
LetterJay
2017-10-29 00:46:15 -05:00
committed by GitHub
parent 78da30ec8d
commit 180e730be9
@@ -66,6 +66,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
var/breathid = "o2"
var/obj/item/organ/brain/mutant_brain = /obj/item/organ/brain
var/obj/item/organ/heart/mutant_heart = /obj/item/organ/heart
var/obj/item/organ/eyes/mutanteyes = /obj/item/organ/eyes
var/obj/item/organ/ears/mutantears = /obj/item/organ/ears
var/obj/item/mutanthands
@@ -169,7 +170,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
heart.Remove(C,1)
QDEL_NULL(heart)
if(should_have_heart && !heart)
heart = new()
heart = new mutant_heart()
heart.Insert(C)
if(lungs && (replace_current || !should_have_lungs))