Merge pull request #8517 from Poojawa/shitcode-is-so-bad-and-people-like-it-I-guess

Adds visible balls and multi-breasts
This commit is contained in:
kevinz000
2019-06-05 01:42:48 -07:00
committed by GitHub
24 changed files with 200 additions and 153 deletions
@@ -97,6 +97,7 @@
brutemod = 0.9
/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"
if((C.dna.features["spines"] != "None" ) && (C.dna.features["tail_lizard"] == "None")) //tbh, it's kinda ugly for them not to have a tail yet have floating spines
C.dna.features["tail_lizard"] = "Smooth"
C.update_body()
return ..()