V0.2.0: fixed ankhs stacking (doy...)

This commit is contained in:
Evan Debenham 2014-08-19 14:15:31 -04:00
parent c8d5b7a53c
commit 3356eb019f

View File

@ -44,7 +44,7 @@ public class Ankh extends Item {
{
stackable = true;
stackable = false;
name = "Ankh";
image = ItemSpriteSheet.ANKH;
}