Fixes icons not being updated for necrosis

This commit is contained in:
mwerezak
2014-07-23 22:41:52 -04:00
committed by ZomgPonies
parent effd7545bc
commit e180bcc2f3
+1
View File
@@ -444,6 +444,7 @@ Note that amputating the affected organ does in fact remove the infection from t
if (!(status & ORGAN_DEAD))
status |= ORGAN_DEAD
owner << "<span class='notice'>You can't feel your [display_name] anymore...</span>"
owner.update_body(1)
germ_level++
owner.adjustToxLoss(1)