Update preferences.dm

This commit is contained in:
timothyteakettle
2021-05-06 22:08:51 +01:00
parent b2d8c980e4
commit eefabc9049

View File

@@ -554,7 +554,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "</table>"
for(var/mutant_part in GLOB.all_mutant_parts)
if(istype(accessory, /datum/sprite_accessory/mam_body_markings) || istype(accessory, /datum/sprite_accessory/body_markings))
if(mutant_part == "body_markings" || mutant_part == "mam_body_markings")
continue
if(parent.can_have_part(mutant_part))
if(!mutant_category)