V0.2.0: Horn of Plenty number tweaking

This commit is contained in:
Evan Debenham
2014-08-28 16:37:16 -04:00
parent 8733e99e03
commit 116d2b501f
8 changed files with 17 additions and 13 deletions
@@ -37,7 +37,7 @@ public class Blandfruit extends Food {
stackable = false;
image = ItemSpriteSheet.BLANDFRUIT;
energy = (Hunger.STARVING - Hunger.HUNGRY)/2;
hornValue = 15;
hornValue = 3; //only applies when blandfruit is cooked
}
@Override