From f41ff55f02b58c9a309a13af0dd4db1bcd72fa29 Mon Sep 17 00:00:00 2001 From: DIB-DOG Date: Tue, 23 Jul 2024 12:11:09 -0500 Subject: [PATCH] Changes the ingredients of two Gezenan drinks to better reflect their descriptions. (#3209) ## About The Pull Request This PR changes the foodtypes of the Gezenan Dark Mead and Keh'Lu'Tex Liqueur to more accurately reflect their descriptions. ## Why It's Good For The Game This change is good for the game as it will enable Sarathi to enjoy drinks which are referenced to be popular Gezenan drinks. Both of the changed drinks are described to be made without the use of grain or vegetable products. This PR simply adjusts their foodtypes to reflect this and permit Gezena's majority population to enjoy native beverages. ## Changelog :cl: fix: fixed the foodtype of two Gezenan drinks to match their descriptions add: added a taste description to Keh'Lu'Tex Liqueur /:cl: --- code/modules/food_and_drinks/drinks/drinks.dm | 2 +- code/modules/food_and_drinks/drinks/drinks/bottle.dm | 4 ++-- code/modules/reagents/chemistry/reagents/alcohol_reagents.dm | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index 32c4b1a9a09f..6ffea82fb945 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -373,7 +373,7 @@ desc = "A popular Gezenan drink made of fermented honey and spices, known as Gezenan Dark Mead, or GDM for short." icon_state = "beer" list_reagents = list(/datum/reagent/consumable/ethanol/beer = 30) - foodtype = GRAIN | ALCOHOL + foodtype = SUGAR | ALCOHOL custom_price = 60 /obj/item/reagent_containers/food/drinks/beer/light diff --git a/code/modules/food_and_drinks/drinks/drinks/bottle.dm b/code/modules/food_and_drinks/drinks/drinks/bottle.dm index 57d84ee22397..95f7b0ba1b9b 100644 --- a/code/modules/food_and_drinks/drinks/drinks/bottle.dm +++ b/code/modules/food_and_drinks/drinks/drinks/bottle.dm @@ -202,10 +202,10 @@ /obj/item/reagent_containers/food/drinks/bottle/kahlua name = "Keh'Lu'Tex Liqueur" - desc = "An adapted recipe of a caffeine-mixed liqueur originating from Reh'himl, which replaces it's original ingredient with coffee from Terra." + desc = "An adapted recipe of a caffeine-mixed liqueur originating from Reh'himl, which replaces its original ingredient with coffee from Terra." icon_state = "kahluabottle" list_reagents = list(/datum/reagent/consumable/ethanol/kahlua = 100) - foodtype = VEGETABLES + foodtype = SUGAR | ALCOHOL //it's coffee and rum . /obj/item/reagent_containers/food/drinks/bottle/goldschlager name = "Student-Union's Gold Standard" diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 10519c75c434..b59f4358c76a 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -125,6 +125,7 @@ All effects don't start immediately, but rather get worse over time; the rate is description = "A widely known coffee-flavoured liqueur. Still labeled under an old name from Earth, despite the loss of history." color = "#664300" // rgb: 102, 67, 0 boozepwr = 45 + taste_description = "a bitter combination" glass_icon_state = "kahluaglass" glass_name = "glass of coffee liquor" glass_desc = "Bitter from the coffee and alcohol alike!"