Separates mothpeople antennae into a mutant bodypart (#53928)

Removes the antennae part of the original moth wing sprites and adds them back as a mutant bodypart.
Seeing as they were then separated I made it a preference so that players can choose which antennae sprite they would like to have, instead of being restricted solely to the ones built into the wing sprite.
This commit is contained in:
ArcaneDefence
2020-09-25 08:47:00 -03:00
committed by GitHub
parent e416283f16
commit 2eb6b1362e
14 changed files with 120 additions and 9 deletions
@@ -614,6 +614,7 @@
if(exposed_carbon.dna.species.has_innate_wings)
to_chat(exposed_carbon, "<span class='userdanger'>A terrible pain travels down your back as your wings change shape!</span>")
exposed_carbon.dna.features["moth_wings"] = "None"
exposed_carbon.dna.features["moth_antennae"] = "Regal"
else
to_chat(exposed_carbon, "<span class='userdanger'>A terrible pain travels down your back as wings burst out!</span>")
exposed_carbon.dna.species.GiveSpeciesFlight(exposed_carbon)