mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-30 06:55:33 +01:00
Rats are now eatable. Also made their selection box move smoothly.
This commit is contained in:
@@ -37,6 +37,8 @@ ServerActiveObject* item_craft_create_object(const std::string &subname,
|
||||
s16 item_craft_get_drop_count(const std::string &subname);
|
||||
bool item_craft_is_cookable(const std::string &subname);
|
||||
InventoryItem* item_craft_create_cook_result(const std::string &subname);
|
||||
bool item_craft_is_eatable(const std::string &subname);
|
||||
s16 item_craft_eat_hp_change(const std::string &subname);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user