v0.3.4: externalized almost all item names

This commit is contained in:
Evan Debenham
2015-12-31 23:49:49 -05:00
committed by Evan Debenham
parent 0ca46e72cc
commit c1aca208b4
144 changed files with 191 additions and 337 deletions
@@ -43,7 +43,6 @@ import java.util.ArrayList;
public class Bomb extends Item {
{
name = "bomb";
image = ItemSpriteSheet.BOMB;
defaultAction = AC_LIGHTTHROW;
@@ -258,7 +257,6 @@ public class Bomb extends Item {
public static class DoubleBomb extends Bomb{
{
name = "two bombs";
image = ItemSpriteSheet.DBL_BOMB;
stackable = false;
}