mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Health Hud Prosthetics Fix
Adds two lines of code I forgot to port, hopefully should make the prosthetic icons for the HUD be correct now.
This commit is contained in:
@@ -122,6 +122,9 @@ var/global/list/limb_icon_cache = list()
|
|||||||
limb_icon_cache[cache_key] = I
|
limb_icon_cache[cache_key] = I
|
||||||
mob_icon.Blend(limb_icon_cache[cache_key], ICON_OVERLAY)
|
mob_icon.Blend(limb_icon_cache[cache_key], ICON_OVERLAY)
|
||||||
|
|
||||||
|
if(model)
|
||||||
|
icon_cache_key += "_model_[model]"
|
||||||
|
|
||||||
dir = EAST
|
dir = EAST
|
||||||
icon = mob_icon
|
icon = mob_icon
|
||||||
return mob_icon
|
return mob_icon
|
||||||
|
|||||||
Reference in New Issue
Block a user