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:
Evan Debenham
2015-06-03 14:07:35 -04:00
committed by Evan Debenham
parent 94c069134d
commit 249c9acd96
3 changed files with 9 additions and 21 deletions
@@ -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;