V0.2.0: Tiny correction in Horn of Plenty
This commit is contained in:
parent
0c06bd0719
commit
33a6533d08
|
@ -54,7 +54,7 @@ public class HornOfPlenty extends Artifact {
|
||||||
ArrayList<String> actions = super.actions( hero );
|
ArrayList<String> actions = super.actions( hero );
|
||||||
if (isEquipped( hero ) && charge > 0)
|
if (isEquipped( hero ) && charge > 0)
|
||||||
actions.add(AC_EAT);
|
actions.add(AC_EAT);
|
||||||
if (isEquipped( hero ) && level < 150)
|
if (isEquipped( hero ) && level < 30)
|
||||||
actions.add(AC_STORE);
|
actions.add(AC_STORE);
|
||||||
return actions;
|
return actions;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user