Does the thing - PORTS THE BEEPERS! also fixes a bug where body markings dont render if their name doesnt match the iconstate

This commit is contained in:
deathride58
2020-03-03 15:49:25 -05:00
parent 9efdad1d6b
commit 560192c45a
10 changed files with 170 additions and 2 deletions
+2 -2
View File
@@ -375,8 +375,8 @@
if(Smark)
body_markings_icon = Smark.icon
if(H.dna.features["mam_body_markings"] != "None")
body_markings = lowertext(H.dna.features["mam_body_markings"])
aux_marking = lowertext(H.dna.features["mam_body_markings"])
body_markings = Smark.icon_state ? Smark.icon_state : lowertext(H.dna.features["mam_body_markings"])
aux_marking = Smark.icon_state ? Smark.icon_state : lowertext(H.dna.features["mam_body_markings"])
else
body_markings = "plain"
aux_marking = "plain"