v2.0.0: fixed new wep targeting logic interfering with the Mage's staff
This commit is contained in:
+5
@@ -119,6 +119,11 @@ public class MagesStaff extends MeleeWeapon {
|
|||||||
applyWandChargeBuff(ch);
|
applyWandChargeBuff(ch);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int targetingPos(Hero user, int dst) {
|
||||||
|
return wand.targetingPos(user, dst);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(Hero hero, String action) {
|
public void execute(Hero hero, String action) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user