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
@@ -53,13 +53,6 @@ public class Shuriken extends MissileWeapon {
quantity = number;
}
@Override
public String desc() {
return
"Star-shaped pieces of metal with razor-sharp blades do significant damage " +
"when they hit a target. They can be thrown at very high rate.";
}
@Override
public Item random() {
quantity = Random.Int( 5, 15 );