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