Cauterizing amputated limbs should now stop the pain.

This commit is contained in:
cib
2012-07-07 13:00:29 +02:00
parent bce2e2a66a
commit 674042aa35
@@ -882,6 +882,7 @@ CIRCULAR SAW
S.open = 0
S.stage = 0
S.status |= ATTACHABLE
S.amputated = 1 // this should prevent the wound from hurting etc.
M.updatehealth()
M.UpdateDamageIcon()