This commit is contained in:
Timothy Teakettle
2020-11-08 14:32:10 +00:00
parent 48ecffa8f4
commit d358a170fa
3 changed files with 2 additions and 3 deletions
@@ -669,6 +669,7 @@ use_mob_overlay_icon: if FALSE, it will always use the default_icon_file even if
//produces a key based on the human's limbs
/mob/living/carbon/human/generate_icon_render_key()
. = "[dna.species.mutant_bodyparts["limbs_id"]]"
. += "[dna.features["color_scheme"]]"
if(dna.check_mutation(HULK))
. += "-coloured-hulk"