Should fix injured icons not updated.

This commit is contained in:
Chinsky
2013-01-28 21:51:05 +04:00
parent be67a9b3a7
commit fcb10b05d5
+1
View File
@@ -273,6 +273,7 @@
if(germ_level > 0)
for(var/datum/wound/W in wounds) if(!W.bandaged && !W.salved)
W.germ_level = max(W.germ_level, germ_level)
update_icon()
return
proc/fracture()