v3.2.1: unblessed ankh revive no longer resets Duelist's weapon charge
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user