Merging 1.9.1 source: item changes

This commit is contained in:
Evan Debenham
2015-11-11 02:01:25 -05:00
parent bc1e3ee17a
commit 366dce1610
86 changed files with 409 additions and 352 deletions
@@ -61,12 +61,20 @@ public class Pickaxe extends Weapon {
defaultAction = AC_MINE;
STR = 14;
MIN = 3;
MAX = 12;
}
public boolean bloodStained = false;
@Override
public int min() {
return 3;
}
@Override
public int max() {
return 12;
}
@Override
public ArrayList<String> actions( Hero hero ) {
ArrayList<String> actions = super.actions( hero );