Merge pull request #2699 from VOREStation/synthsprites

FBP/Synth wound sprite updater
This commit is contained in:
Anewbe
2016-11-04 18:08:12 -05:00
committed by GitHub
+3
View File
@@ -675,6 +675,9 @@ Note that amputating the affected organ does in fact remove the infection from t
for(var/datum/wound/W in wounds) //Repaired wounds disappear though
if(W.damage <= 0) //and they disappear right away
wounds -= W //TODO: robot wounds for robot limbs
src.update_damages()
if (update_icon())
owner.UpdateDamageIcon(1)
return
for(var/datum/wound/W in wounds)