Merge pull request #10 from shellspeed1/moff-fluff

Adds moth fluff customization to insects.
This commit is contained in:
quotefox
2019-09-28 23:11:51 +01:00
committed by GitHub
9 changed files with 86 additions and 2 deletions
@@ -719,6 +719,8 @@ GLOBAL_LIST_EMPTY(roundstart_races)
S = GLOB.legs_list[H.dna.features["legs"]]
if("moth_wings")
S = GLOB.moth_wings_list[H.dna.features["moth_wings"]]
if("moth_markings")
S = GLOB.moth_markings_list[H.dna.features["moth_markings"]]
if("caps")
S = GLOB.caps_list[H.dna.features["caps"]]
if("ipc_screen")