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; }