Fixes mutant bodypart assignments

This commit is contained in:
ShizCalev
2018-03-30 14:42:00 -04:00
committed by CitadelStationBot
parent dcaf3e2575
commit 1c76539a5b
10 changed files with 25 additions and 19 deletions
+1
View File
@@ -96,5 +96,6 @@
..()
if(istype(H))
color = H.hair_color
H.dna.features["ears"] = "None"
H.dna.species.mutant_bodyparts -= "ears"
H.update_body()
+1 -2
View File
@@ -30,12 +30,11 @@
/obj/item/organ/tail/cat/Remove(mob/living/carbon/human/H, special = 0)
..()
if(istype(H))
H.dna.features["tail_human"] = "None"
H.dna.species.mutant_bodyparts -= "tail_human"
tail_type = H.dna.features["tail_human"]
color = H.hair_color
H.update_body()
/obj/item/organ/tail/lizard
name = "lizard tail"
desc = "A severed lizard tail. Somewhere, no doubt, a lizard hater is very pleased with themselves."