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
@@ -51,13 +51,6 @@ public class Dart extends MissileWeapon {
quantity = number;
}
@Override
public String desc() {
return
"These simple metal spikes are weighted to fly true and " +
"sting their prey with a flick of the wrist.";
}
@Override
public Item random() {
quantity = Random.Int( 5, 15 );