v0.3.4: externalized item actions
This commit is contained in:
committed by
Evan Debenham
parent
7757b47573
commit
13b9d2f801
@@ -58,7 +58,7 @@ public class Bomb extends Item {
|
||||
//FIXME using a static variable for this is kinda gross, should be a better way
|
||||
private static boolean lightingFuse = false;
|
||||
|
||||
private static final String AC_LIGHTTHROW = "Light & Throw";
|
||||
private static final String AC_LIGHTTHROW = "LIGHTTHROW";
|
||||
|
||||
@Override
|
||||
public boolean isSimilar(Item item) {
|
||||
|
||||
Reference in New Issue
Block a user