v0.2.2: small tweaks/fixes to heroes remains

This commit is contained in:
Evan Debenham
2014-10-30 20:53:45 -04:00
parent 9d19a785ba
commit bea33b33b1
2 changed files with 3 additions and 1 deletions
@@ -47,6 +47,8 @@ public class Food extends Item {
stackable = true;
name = "ration of food";
image = ItemSpriteSheet.RATION;
bones = true;
}
@Override