mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Should fix injured icons not updated.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user