From 3356eb019f4205107d1df887bd431a3d81f51cd3 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 19 Aug 2014 14:15:31 -0400 Subject: [PATCH] V0.2.0: fixed ankhs stacking (doy...) --- src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java index cb3227f29..f6ec325da 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Ankh.java @@ -44,7 +44,7 @@ public class Ankh extends Item { { - stackable = true; + stackable = false; name = "Ankh"; image = ItemSpriteSheet.ANKH; }