v0.3.0c: mage's staff no longer loses strength requirement from being upgraded
This commit is contained in:
committed by
Evan Debenham
parent
4e3c8afdcb
commit
8644df2190
@@ -65,6 +65,15 @@ public class MagesStaff extends MeleeWeapon {
|
|||||||
this.wand = wand;
|
this.wand = wand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Item upgrade(boolean enchant) {
|
||||||
|
MIN++;
|
||||||
|
MAX++;
|
||||||
|
//does not lose strength requirement
|
||||||
|
|
||||||
|
return super.upgrade( enchant );
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ArrayList<String> actions(Hero hero) {
|
public ArrayList<String> actions(Hero hero) {
|
||||||
ArrayList<String> actions = super.actions( hero );
|
ArrayList<String> actions = super.actions( hero );
|
||||||
|
|||||||
Reference in New Issue
Block a user