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
+1 -1
View File
@@ -500,7 +500,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(accessory.color_src == MATRIXED || accessory.color_src == MUTCOLORS || accessory.color_src == MUTCOLORS2 || accessory.color_src == MUTCOLORS3) //mutcolors1-3 are deprecated now, please don't rely on these in the future
var/mutant_string = accessory.mutant_part_string
if(!mutant_string)
if(istype(accessory, /datum/sprite_accessory/mam_body_markings)
if(istype(accessory, /datum/sprite_accessory/mam_body_markings))
mutant_string = "mam_body_markings"
var/primary_feature = "[mutant_string]_primary"
var/secondary_feature = "[mutant_string]_secondary"