Revert "Revert "fixes""

This reverts commit 2fb9dc88e7.
This commit is contained in:
Timothy Teakettle
2020-11-08 12:48:00 +00:00
parent 2fb9dc88e7
commit 48ecffa8f4
2 changed files with 2 additions and 1 deletions
@@ -639,6 +639,7 @@
//body marking memes
var/list/colorlist = list()
var/advanced_color_system = (H.dna.features["color_scheme"] == ADVANCED_CHARACTER_COLORING)
colorlist.Cut()
colorlist += advanced_color_system ? ReadRGB("[H.dna.features["mam_body_markings_primary"]]00") : ReadRGB("[H.dna.features["mcolor1"]]00")
colorlist += advanced_color_system ? ReadRGB("[H.dna.features["mam_body_markings_secondary"]]00") : ReadRGB("[H.dna.features["mcolor2"]]00")