v2.0.0: fixed new wep targeting logic interfering with the Mage's staff
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user