Merging 1.9.1 source: item changes
This commit is contained in:
@@ -34,11 +34,18 @@ public class Tamahawk extends MissileWeapon {
|
||||
image = ItemSpriteSheet.TOMAHAWK;
|
||||
|
||||
STR = 17;
|
||||
|
||||
MIN = 4;
|
||||
MAX = 20;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int min() {
|
||||
return 4;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int max() {
|
||||
return 20;
|
||||
}
|
||||
|
||||
public Tamahawk() {
|
||||
this( 1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user