v0.9.3: made berries ineligible to appear in remains

This commit is contained in:
Evan Debenham 2021-04-26 20:09:58 -04:00
parent a4131bb21b
commit 139b69d494

View File

@ -35,6 +35,8 @@ public class Berry extends Food {
{
image = ItemSpriteSheet.BERRY;
energy = Hunger.HUNGRY/3f; //100 food value
bones = false;
}
@Override