v0.9.3: made berries ineligible to appear in remains
This commit is contained in:
parent
a4131bb21b
commit
139b69d494
|
@ -35,6 +35,8 @@ public class Berry extends Food {
|
|||
{
|
||||
image = ItemSpriteSheet.BERRY;
|
||||
energy = Hunger.HUNGRY/3f; //100 food value
|
||||
|
||||
bones = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user