mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Eyy lets defer damage icon updates until the next life tick!
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
for(var/t in organs)
|
||||
var/datum/organ/external/affecting = organs["[t]"]
|
||||
if (affecting.take_damage(0, b.power/400,0,0))
|
||||
UpdateDamageIcon()
|
||||
QueueUpdateDamageIcon(1)
|
||||
else
|
||||
UpdateDamage()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user