diff --git a/src/content_inventory.cpp b/src/content_inventory.cpp index 55ddbf8dc..e0c9d8b86 100644 --- a/src/content_inventory.cpp +++ b/src/content_inventory.cpp @@ -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; }