Fixes mutant bodypart assignments

This commit is contained in:
ShizCalev
2018-03-31 06:15:24 -05:00
committed by CitadelStationBot
parent dcaf3e2575
commit 1c76539a5b
10 changed files with 25 additions and 19 deletions
+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."