Skip to content

Commit

Permalink
Make armour work again. This closes ticket:2273
Browse files Browse the repository at this point in the history
  • Loading branch information
perim committed Nov 2, 2010
1 parent 064edb1 commit 75a6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combat.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ float objDamage(BASE_OBJECT *psObj, UDWORD damage, UDWORD originalhp, UDWORD wea
}
}

if (impactSide != HIT_SIDE_PIERCE)
if (impactSide == HIT_SIDE_PIERCE)
{
armour = 0;
}
Expand Down

0 comments on commit 75a6c76

Please sign in to comment.