Merge pull request #9261 from Fox-McCloud/tentative-fix

Fixes Icon Caching
This commit is contained in:
Crazy Lemon
2018-07-26 20:33:07 -07:00
committed by GitHub
@@ -249,7 +249,8 @@ var/global/list/damage_icon_parts = list()
icon_key += "1"
if(part)
icon_key += "[part.dna.species.race_key]"
var/datum/species/S = GLOB.all_species[part.dna.species.name] //This has to reference the species datums from round start, since they're global and unchanging
icon_key += "[S.race_key]"
icon_key += "[part.dna.GetUIState(DNA_UI_GENDER)]"
icon_key += "[part.dna.GetUIValue(DNA_UI_SKIN_TONE)]"
if(part.s_col)