somehow didn't save? even after a compile check? Nanithefuck

This commit is contained in:
Poojawa
2019-04-06 17:09:43 -05:00
parent 294349125e
commit 3af678fc23
@@ -98,5 +98,5 @@
/datum/species/lizard/ashwalker/on_species_gain(mob/living/carbon/human/C, datum/species/old_species)
if((C.dna.features["spines"] != "None" ) && (C.dna.features["tail"] == "None")) //tbh, it's kinda ugly for them not to have a tail yet have floating spines
C.dna.features["tail"] == "Smooth"
C.dna.features["tail"] = "Smooth"
return ..()