Revert "fixes"

This reverts commit a7e0bafde3.
This commit is contained in:
Timothy Teakettle
2020-11-08 02:23:55 +00:00
parent a7e0bafde3
commit 2fb9dc88e7
2 changed files with 1 additions and 2 deletions
@@ -639,7 +639,6 @@
//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")