mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #2126 from Neerti/7/13/2016_health_hud_fix
Health Hud Prosthetics Fix
This commit is contained in:
@@ -122,6 +122,9 @@ var/global/list/limb_icon_cache = list()
|
||||
limb_icon_cache[cache_key] = I
|
||||
mob_icon.Blend(limb_icon_cache[cache_key], ICON_OVERLAY)
|
||||
|
||||
if(model)
|
||||
icon_cache_key += "_model_[model]"
|
||||
|
||||
dir = EAST
|
||||
icon = mob_icon
|
||||
return mob_icon
|
||||
|
||||
Reference in New Issue
Block a user