v2.0.0: fixed new wep targeting logic interfering with the Mage's staff

This commit is contained in:
Evan Debenham
2023-03-05 14:11:26 -05:00
parent e63068f769
commit 6cff305129

View File

@@ -119,6 +119,11 @@ public class MagesStaff extends MeleeWeapon {
applyWandChargeBuff(ch);
}
@Override
public int targetingPos(Hero user, int dst) {
return wand.targetingPos(user, dst);
}
@Override
public void execute(Hero hero, String action) {