mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-20 11:35:21 +02:00
Changed the Heal Amount of Apples from 6 to 2
This commit is contained in:
@@ -138,7 +138,7 @@ s16 item_craft_eat_hp_change(const std::string &subname)
|
|||||||
if(subname == "cooked_rat")
|
if(subname == "cooked_rat")
|
||||||
return 6; // 3 hearts
|
return 6; // 3 hearts
|
||||||
else if(subname == "apple")
|
else if(subname == "apple")
|
||||||
return 12; // 6 hearts
|
return 4; // 2 hearts
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user