v0.3.0c: refactor staff levelling, mages staff now gives a wand +1 max charges (magic missile reduced to 3 charges to compensate)

This commit is contained in:
Evan Debenham
2015-06-03 16:35:54 -04:00
committed by Evan Debenham
parent 57b3de2ae3
commit 39c736189d
2 changed files with 27 additions and 15 deletions
@@ -72,7 +72,7 @@ public class WandOfMagicMissile extends Wand {
}
protected int initialCharges() {
return 4;
return 3;
}
@Override