Fix possible cause of bleedin' robolimbs.

This commit is contained in:
Rob Nelson
2013-11-13 20:48:32 -08:00
parent ac0a3060fd
commit 965decdd88

View File

@@ -384,7 +384,7 @@
number_wounds += W.amount
if (open && !clamped) //things tend to bleed if they are CUT OPEN
if (open && !clamped && !(status & (ORGAN_ROBOT|ORGAN_PEG))) //things tend to bleed if they are CUT OPEN
status |= ORGAN_BLEEDING