Merge pull request #2126 from Neerti/7/13/2016_health_hud_fix

Health Hud Prosthetics Fix
This commit is contained in:
Yoshax
2016-07-13 20:07:16 +01:00
committed by GitHub

View File

@@ -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