mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-02 07:35:08 +02:00
make apples edible
This commit is contained in:
@@ -631,6 +631,7 @@ uint8_t handlePlayerEating (PlayerData *player, uint8_t just_check) {
|
|||||||
case I_cooked_porkchop: food = 8; saturation = 6400; break;
|
case I_cooked_porkchop: food = 8; saturation = 6400; break;
|
||||||
case I_cooked_mutton: food = 6; saturation = 4800; break;
|
case I_cooked_mutton: food = 6; saturation = 4800; break;
|
||||||
case I_rotten_flesh: food = 4; saturation = 0; break;
|
case I_rotten_flesh: food = 4; saturation = 0; break;
|
||||||
|
case I_apple: food = 4; saturation = 1200; break;
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user