From 7029758f0df18733a12272e9c8eb2c1f1bb8aa47 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Tue, 7 Jun 2022 09:06:51 -0500 Subject: [PATCH] Fixes some drinks having a name of "...What?" (#17926) * Update drinks.dm * Update code/modules/reagents/chemistry/reagents/drinks.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --- code/modules/reagents/chemistry/reagents/drinks.dm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/drinks.dm b/code/modules/reagents/chemistry/reagents/drinks.dm index 13c8d99ddaf..425b4a30a15 100644 --- a/code/modules/reagents/chemistry/reagents/drinks.dm +++ b/code/modules/reagents/chemistry/reagents/drinks.dm @@ -140,6 +140,8 @@ id = "applejuice" description = "The sweet juice of an apple, fit for all ages." color = "#ECFF56" // rgb: 236, 255, 86 + drink_name = "Apple Juice" + drink_desc = "Apple juice. Maybe it would have been better in a pie..." taste_description = "apple juice" /datum/reagent/consumable/drink/watermelonjuice @@ -147,6 +149,8 @@ id = "watermelonjuice" description = "Delicious juice made from watermelon." color = "#863333" // rgb: 134, 51, 51 + drink_name = "Watermelon Juice" + drink_desc = "Almost water." taste_description = "watermelon juice" /datum/reagent/consumable/drink/lemonjuice @@ -164,6 +168,8 @@ id = "grapejuice" description = "This juice is known to stain shirts." color = "#993399" // rgb: 153, 51, 153 + drink_name = "Grape Juice" + drink_desc = "If you leave it out for long enough, it might turn into wine." taste_description = "grape juice" /datum/reagent/consumable/drink/banana @@ -251,6 +257,8 @@ id ="chocolate_milk" description = "Chocolate-flavored milk, tastes like being a kid again." color = "#85432C" + drink_name = "Chocolate milk" + drink_desc = "Smells like childhood. What would they need to add to make it taste like childhood too?" taste_description = "chocolate milk" /datum/reagent/consumable/drink/hot_coco @@ -502,6 +510,8 @@ id = "pumpkinjuice" description = "Juiced from real pumpkin." color = "#FFA500" + drink_name = "Pumpkin Juice" + drink_desc = "Healthy and tasty!" taste_description = "autumn" /datum/reagent/consumable/drink/blumpkinjuice @@ -509,6 +519,8 @@ id = "blumpkinjuice" description = "Juiced from real blumpkin." color = "#00BFFF" + drink_name = "Blumpkin Juice" + drink_desc = "Unhealthy and revolting! It seems to be glowing..." taste_description = "caustic puke" /datum/reagent/consumable/drink/grape_soda @@ -516,6 +528,8 @@ id = "grapesoda" description = "Beloved of children and teetotalers." color = "#E6CDFF" + drink_name = "Grape Soda" + drink_desc = "Made with real grapes! Shocking!" taste_description = "grape soda" /datum/reagent/consumable/drink/coco/icecoco