From a46a9f71a1e9e18d88e236ee4a4b2074fd58759e Mon Sep 17 00:00:00 2001 From: AMurkin <1931904+AMurkin@users.noreply.github.com> Date: Tue, 10 Dec 2019 08:20:25 +0400 Subject: [PATCH 1/2] astyle suffer.cpp --- src/suffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/suffer.cpp b/src/suffer.cpp index f023b8164c049..7ebd7e8eae020 100644 --- a/src/suffer.cpp +++ b/src/suffer.cpp @@ -417,8 +417,8 @@ void Character::suffer_from_schizophrenia() std::string i_name_w; if( !weapon.is_null() ) { i_name_w = weapon.has_var( "item_label" ) ? weapon.get_var( "item_label" ) : - //~ %1$s: weapon name - string_format( _( "your %1$s" ), weapon.type_name() ); + //~ %1$s: weapon name + string_format( _( "your %1$s" ), weapon.type_name() ); } // Start with the effects that both NPCs and avatars can suffer from // Delusions From 24490b790f5554d39dc6bde094a99d69cbccbabf Mon Sep 17 00:00:00 2001 From: HipAndroid <58538113+HipAndroid@users.noreply.github.com> Date: Mon, 9 Dec 2019 23:12:34 -0800 Subject: [PATCH 2/2] Add supreme pizza (#35924) --- data/json/items/comestibles/meat_dishes.json | 14 +++++++ data/json/recipes/recipe_food.json | 40 ++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/data/json/items/comestibles/meat_dishes.json b/data/json/items/comestibles/meat_dishes.json index b7cf684a801ae..d9eb5fd930dbc 100644 --- a/data/json/items/comestibles/meat_dishes.json +++ b/data/json/items/comestibles/meat_dishes.json @@ -844,6 +844,20 @@ "fun": 10, "vitamins": [ [ "vitA", 3 ], [ "vitC", 10 ], [ "calcium", 28 ], [ "iron", 28 ] ] }, + { + "type": "COMESTIBLE", + "id": "pizza_supreme", + "name": "supreme pizza", + "copy-from": "pizza_meat", + "color": "light_red", + "weight": "300 g", + "calories": 641, + "description": "A supreme pizza with ALL the toppings.", + "price": 1500, + "material": [ "wheat", "flesh", "veggy", "milk" ], + "fun": 11, + "vitamins": [ [ "vitA", 12 ], [ "vitC", 20 ], [ "calcium", 32 ], [ "iron", 28 ] ] + }, { "type": "COMESTIBLE", "id": "deluxe_eggs", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index e9ca86cdf88b6..90173cd067d9b 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -3854,6 +3854,46 @@ [ [ "water", 1 ], [ "water_clean", 1 ] ] ] }, + { + "type": "recipe", + "result": "pizza_supreme", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 3, + "time": "30 m", + "book_learn": [ [ "cookbook_italian", 3 ] ], + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], + "components": [ + [ [ "flour", 30 ] ], + [ + [ "meat_red", 2, "LIST" ], + [ "can_chicken", 2 ], + [ "meat_salted", 2 ], + [ "dry_meat", 2 ], + [ "fish", 2 ], + [ "fish_canned", 2 ], + [ "can_tuna", 2 ], + [ "salted_fish", 2 ], + [ "rehydrated_fish", 2 ], + [ "dry_fish", 2 ], + [ "tofu", 2 ], + [ "dry_tofu", 2 ] + ], + [ + [ "veggy_any", 2, "LIST" ], + [ "mushroom", 2 ], + [ "dry_mushroom", 2 ], + [ "morel_cooked", 2 ], + [ "mushroom_cooked", 2 ], + [ "dry_veggy", 2 ] + ], + [ [ "cheese", 2 ], [ "can_cheese", 2 ], [ "cheese_hard", 2 ] ], + [ [ "sauce_pesto", 1 ], [ "sauce_red", 1 ], [ "seasoning_italian", 5 ], [ "wild_herbs", 10 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] + }, { "type": "recipe", "result": "smores",