Skip to content

Commit

Permalink
cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 31, 2023
1 parent f66dd5c commit dc54271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/limbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ This function completely restores a damaged organ to perfect condition.
/obj/limb/proc/get_limb_icon_key()
SHOULD_CALL_PARENT(TRUE)

return "[species.name]-[body_type]-[limb_gender]-[icon_name]-[ethnicity]"
return "[species.name]-[body_type]-[limb_gender]-[icon_name]-[ethnicity]-[status]"

// new damage icon system
// returns just the brute/burn damage code
Expand Down

0 comments on commit dc54271

Please sign in to comment.