mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #9261 from Fox-McCloud/tentative-fix
Fixes Icon Caching
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user