From 918e4c50ebd8aa4fc4be4de9d342337e877fd247 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 26 Apr 2018 07:37:49 -0500 Subject: [PATCH] ensures tails reset taur mode --- .../mob/living/carbon/human/species_types/jellypeople.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_citadel/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/modular_citadel/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index c6b7d47617..6137129407 100644 --- a/modular_citadel/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/modular_citadel/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -121,6 +121,8 @@ new_tail = input(owner, "Choose your character's Tail(s):", "Tail Alteration") as null|anything in snowflake_tails_list if(new_tail) H.dna.features["mam_tails"] = new_tail + if(new_tail != "None") + H.dna.features["taur"] = "None" H.update_body() else if (select_alteration == "Taur body")