Skip to content

Commit 75a6c76

Browse files
committed
Make armour work again. This closes ticket:2273
1 parent 064edb1 commit 75a6c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/combat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ float objDamage(BASE_OBJECT *psObj, UDWORD damage, UDWORD originalhp, UDWORD wea
590590
}
591591
}
592592

593-
if (impactSide != HIT_SIDE_PIERCE)
593+
if (impactSide == HIT_SIDE_PIERCE)
594594
{
595595
armour = 0;
596596
}

0 commit comments

Comments
 (0)