v0.4.0: refactors and rebalancing to existing weapons

This commit is contained in:
Evan Debenham
2016-05-14 18:32:35 -04:00
parent 8f27e921d8
commit 56ec14e370
28 changed files with 152 additions and 106 deletions
@@ -39,12 +39,12 @@ public class IncendiaryDart extends MissileWeapon {
}
@Override
public int min() {
public int min(int lvl) {
return 1;
}
@Override
public int max() {
public int max(int lvl) {
return 2;
}