From c8ffb4175415d60ddccfe5ab2ca8d4832f2e10f7 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 25 Aug 2014 17:09:58 -0400 Subject: [PATCH] V0.2.0: cleaned up tiny bit of anhk code. --- src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java index f6ec325da..77eaad3a0 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java @@ -44,7 +44,6 @@ public class Ankh extends Item { { - stackable = false; name = "Ankh"; image = ItemSpriteSheet.ANKH; }