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:
committed by
Evan Debenham
parent
57b3de2ae3
commit
39c736189d
@@ -72,7 +72,7 @@ public class WandOfMagicMissile extends Wand {
|
||||
}
|
||||
|
||||
protected int initialCharges() {
|
||||
return 4;
|
||||
return 3;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user