Fixes icons not being updated for necrosis

This commit is contained in:
mwerezak
2014-07-23 22:41:52 -04:00
parent d9f70c2fd2
commit 78e4e259db

View File

@@ -441,6 +441,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)