v0.3.0c: the battlemage now gains half a charge up-front on his staff when melee attacking, instead of a 2 turn charge buff
This commit is contained in:
committed by
Evan Debenham
parent
94c069134d
commit
249c9acd96
@@ -60,7 +60,7 @@ public abstract class Wand extends Item {
|
||||
|
||||
public int maxCharges = initialCharges();
|
||||
public int curCharges = maxCharges;
|
||||
protected float partialCharge = 0f;
|
||||
public float partialCharge = 0f;
|
||||
|
||||
protected Charger charger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user