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:
Neerti
2016-07-13 14:46:21 -04:00
parent 64edc40839
commit bfd838fd5c

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