V0.2.0: Implemented storing food in Horn of Plenty (needs testing)

This commit is contained in:
Evan Debenham
2014-08-27 11:44:25 -04:00
parent f033a2b872
commit b54680f78b
9 changed files with 48 additions and 11 deletions
@@ -27,6 +27,7 @@ public class OverpricedRation extends Food {
image = ItemSpriteSheet.OVERPRICED;
energy = Hunger.STARVING - Hunger.HUNGRY;
message = "That food tasted ok.";
hornValue = 5;
}
@Override