Finish Axe restructuring, modify a little bit of Swords stuff as well.

This commit is contained in:
GJ
2013-01-15 16:38:44 -05:00
parent 105f088576
commit 5bdf4b5dcc
5 changed files with 41 additions and 8 deletions

View File

@ -102,7 +102,8 @@ public class Combat {
axeManager.criticalHitCheck(event);
axeManager.impact(event);
if (attackerProfile.getAbilityMode(AbilityType.SKULL_SPLIITER) && Permissions.skullSplitter(attacker)) {
if (attackerProfile.getAbilityMode(AbilityType.SKULL_SPLIITER)) {
axeManager.skullSplitter(event);
applyAbilityAoE(attacker, target, event.getDamage() / 2, SkillType.AXES);
}