v2.5.0: fixed rapier lunge into empty space not updating quickslots
This commit is contained in:
committed by
Evan Debenham
parent
f5f7568ac9
commit
23886d73f4
+1
@@ -167,6 +167,7 @@ public class Rapier extends MeleeWeapon {
|
|||||||
charger.charges--;
|
charger.charges--;
|
||||||
charger.partialCharge++;
|
charger.partialCharge++;
|
||||||
}
|
}
|
||||||
|
updateQuickslot();
|
||||||
GLog.w(Messages.get(Rapier.class, "ability_no_target"));
|
GLog.w(Messages.get(Rapier.class, "ability_no_target"));
|
||||||
hero.spendAndNext(1/hero.speed());
|
hero.spendAndNext(1/hero.speed());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user