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