v0.3.4: externalized weapon strings

This commit is contained in:
Evan Debenham
2016-01-03 17:52:26 -05:00
committed by Evan Debenham
parent 26b5fd7ac4
commit 77c583b6b1
26 changed files with 134 additions and 291 deletions
@@ -31,9 +31,5 @@ public class BattleAxe extends MeleeWeapon {
public BattleAxe() {
super( 4, 1.2f, 1f );
}
@Override
public String desc() {
return "The enormous steel head of this battle axe puts considerable heft behind each stroke.";
}
}