Eyy lets defer damage icon updates until the next life tick!

This commit is contained in:
D3athrow
2015-01-16 23:54:54 -06:00
parent 4eab1d5274
commit 71a0220e55
29 changed files with 77 additions and 71 deletions

View File

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