From e23809463f0fb494f5f9d9c46be2e0fdc2a7fa8d Mon Sep 17 00:00:00 2001 From: purplefoxy27 <38367315+purplefoxy27@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:57:46 -0700 Subject: [PATCH] Improve decaf coffee strings --- code/modules/reagents/reagents/food_drinks.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/reagents/reagents/food_drinks.dm b/code/modules/reagents/reagents/food_drinks.dm index f4177e4f93..635e7bcc8f 100644 --- a/code/modules/reagents/reagents/food_drinks.dm +++ b/code/modules/reagents/reagents/food_drinks.dm @@ -1638,18 +1638,18 @@ /datum/reagent/drink/decaf name = "Decaf Coffee" id = "decaf" - description = "Coffee with all the wake-up sucked out." - taste_description = "bad coffee" + description = "Coffee with at least 97% of its caffeine content removed. All of the flavor, none of the kick!" // CHOMPEdit - In defense of decaf coffee + taste_description = "coffee" // CHOMPEdit - In defense of decaf coffee taste_mult = 1.3 color = "#482000" adj_temp = 25 cup_icon_state = "cup_coffee" cup_name = "cup of decaf" - cup_desc = "Basically just brown, bitter water." + cup_desc = "Just as bitter as regular coffee, but it won't keep you up at night!" // CHOMPEdit - In defense of decaf coffee glass_name = "decaf coffee" - glass_desc = "Basically just brown, bitter water." + glass_desc = "Just as bitter as regular coffee, but it won't keep you up at night!" // CHOMPEdit - In defense of decaf coffee allergen_type = ALLERGEN_COFFEE //Decaf coffee is still coffee, just less stimulating. /datum/reagent/drink/hot_coco