mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-08 23:22:56 +00:00
ACTUALLY update the panorama and logo
This commit is contained in:
parent
3a264f3cf8
commit
0a3841a4b7
Binary file not shown.
|
|
@ -37,8 +37,8 @@ public:
|
|||
|
||||
virtual shared_ptr<ItemInstance> use(shared_ptr<ItemInstance> instance, Level *level, shared_ptr<Player> player);
|
||||
|
||||
int getNutrition();
|
||||
float getSaturationModifier();
|
||||
virtual int getNutrition();
|
||||
virtual float getSaturationModifier();
|
||||
bool isMeat();
|
||||
|
||||
FoodItem *setEatEffect(int id, int durationInSecods, int amplifier, float effectProbability);
|
||||
|
|
|
|||
Loading…
Reference in a new issue