v3.2.1: unblessed ankh revive no longer resets Duelist's weapon charge

This commit is contained in:
Evan Debenham
2025-08-13 14:04:18 -04:00
parent 13a3f57c3a
commit 6495ed851c

View File

@@ -411,6 +411,11 @@ public class MeleeWeapon extends Weapon {
public static class Charger extends Buff implements ActionIndicator.Action { public static class Charger extends Buff implements ActionIndicator.Action {
{
//so that duelist keeps weapon charge on ankh revive
revivePersists = true;
}
public int charges = 2; public int charges = 2;
public float partialCharge; public float partialCharge;