Fixed an inverted check on Impact.

This commit is contained in:
GJ
2013-01-21 22:57:54 -05:00
parent 946d845987
commit 3cc9672ff3
9 changed files with 163 additions and 151 deletions

View File

@ -71,7 +71,7 @@ public class AxeManager extends SkillManager {
return;
}
if (!Misc.hasArmor(eventHandler.livingDefender)) {
if (Misc.hasArmor(eventHandler.livingDefender)) {
eventHandler.damageArmor();
}
else {