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
+1
View File
@@ -35,6 +35,7 @@
H.dna.features["spines"] = pick(GLOB.spines_list)
H.dna.features["body_markings"] = pick(GLOB.body_markings_list)
H.dna.features["moth_wings"] = pick(GLOB.moth_wings_list)
H.dna.features["moth_antennae"] = pick(GLOB.moth_antennae_list)
H.update_body()
H.update_hair()