mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
Changed the Heal Amount of Apples from 6 to 2
This commit is contained in:
parent
4328a6442b
commit
785a2fd23a
@ -138,7 +138,7 @@ s16 item_craft_eat_hp_change(const std::string &subname)
|
||||
if(subname == "cooked_rat")
|
||||
return 6; // 3 hearts
|
||||
else if(subname == "apple")
|
||||
return 12; // 6 hearts
|
||||
return 4; // 2 hearts
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user