v2.5.0: fixed rapier lunge into empty space not updating quickslots

This commit is contained in:
Evan Debenham
2024-08-24 16:39:16 -04:00
committed by Evan Debenham
parent f5f7568ac9
commit 23886d73f4

View File

@@ -167,6 +167,7 @@ public class Rapier extends MeleeWeapon {
charger.charges--;
charger.partialCharge++;
}
updateQuickslot();
GLog.w(Messages.get(Rapier.class, "ability_no_target"));
hero.spendAndNext(1/hero.speed());
}