From c620cd543cbd70f686a132e34d30ade377af998f Mon Sep 17 00:00:00 2001 From: RiskySikh <59634148+RiskySikh@users.noreply.github.com> Date: Mon, 23 Mar 2020 11:48:56 -0600 Subject: [PATCH] =?UTF-8?q?Modifies=20Stinger=20receipe,=20taste=20and=20d?= =?UTF-8?q?escription=20for=20Irish=20Car=20Bomb,=20Green=20Beer,=20Goldsc?= =?UTF-8?q?hl=C3=A4ger,=20Blood=20Mead,=20Mead,=20and=20Grape=20Soda=20=20?= =?UTF-8?q?(#50080)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * AlcoholicDescription AlcoholDescription Alcohol Alcohol * Fix * GreenBeerFix * GreenBeerFix2 * goldschalger fix * goldschlagerfix2 * glassdescfix --- code/modules/food_and_drinks/recipes/drinks_recipes.dm | 2 +- .../reagents/chemistry/reagents/alcohol_reagents.dm | 8 ++++---- .../modules/reagents/chemistry/reagents/drink_reagents.dm | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index 3e886d061b4..69e212c5885 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -432,7 +432,7 @@ /datum/chemical_reaction/stinger results = list(/datum/reagent/consumable/ethanol/stinger = 15) - required_reagents = list(/datum/reagent/consumable/ethanol/whiskey = 10, /datum/reagent/consumable/ethanol/creme_de_menthe = 5 ) + required_reagents = list(/datum/reagent/consumable/ethanol/cognac = 10, /datum/reagent/consumable/ethanol/creme_de_menthe = 5 ) /datum/chemical_reaction/quintuplesec results = list(/datum/reagent/consumable/ethanol/quintuple_sec = 15) diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 6629e8f6cd9..a9358fb437a 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -975,7 +975,7 @@ All effects don't start immediately, but rather get worse over time; the rate is taste_description = "sweet and salty alcohol" glass_icon_state = "red_meadglass" glass_name = "Red Mead" - glass_desc = "A true Viking's beverage, though its color is strange." + glass_desc = "A true Viking's beverage, made with the blood of their enemies." /datum/reagent/consumable/ethanol/mead name = "Mead" @@ -987,7 +987,7 @@ All effects don't start immediately, but rather get worse over time; the rate is taste_description = "sweet, sweet alcohol" glass_icon_state = "meadglass" glass_name = "Mead" - glass_desc = "A Viking's beverage, though a cheap one." + glass_desc = "A drink from Valhalla." /datum/reagent/consumable/ethanol/iced_beer name = "Iced Beer" @@ -1090,11 +1090,11 @@ All effects don't start immediately, but rather get worse over time; the rate is /datum/reagent/consumable/ethanol/irishcarbomb name = "Irish Car Bomb" - description = "Mmm, tastes like chocolate cake..." + description = "Mmm, tastes like the free Irish state." color = "#2E6671" // rgb: 46, 102, 113 boozepwr = 25 quality = DRINK_GOOD - taste_description = "delicious anger" + taste_description = "the spirit of Ireland" glass_icon_state = "irishcarbomb" glass_name = "Irish Car Bomb" glass_desc = "An Irish car bomb." diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index ddbb9555af2..354e2a14180 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -743,7 +743,7 @@ /datum/reagent/consumable/grape_soda name = "Grape soda" - description = "Beloved of children and teetotalers." + description = "Beloved by children and teetotalers." color = "#E6CDFF" taste_description = "grape soda" glass_name = "glass of grape juice"