From 1e8fa5f8fadbfe346937497107e8d87f72c1de62 Mon Sep 17 00:00:00 2001 From: Alan Date: Sat, 6 Jun 2026 19:39:58 -0400 Subject: [PATCH] Add drink descriptions to Gear Grinder and White Wine Bottle. (#32088) --- code/modules/food_and_drinks/drinks/drinks/bottle.dm | 2 +- code/modules/reagents/chemistry/reagents/alcohol.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/drinks/drinks/bottle.dm b/code/modules/food_and_drinks/drinks/drinks/bottle.dm index 95631f37d25..d5e7d5d9234 100644 --- a/code/modules/food_and_drinks/drinks/drinks/bottle.dm +++ b/code/modules/food_and_drinks/drinks/drinks/bottle.dm @@ -479,7 +479,7 @@ /obj/item/reagent_containers/drinks/bottle/white_wine name = "Corton-Charlemagne Grand Cru" - desc = "." + desc = "A bottle straight from Sol's most famous wine-making region... or a very convincing knock-off." icon_state = "white_wine_bottle" list_reagents = list("whitewine" = 100) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 974866c47a6..e5945666568 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1409,7 +1409,7 @@ alcohol_perc = 0.25 drink_icon = "gear_grinder_glass" drink_name = "Glass of Gear Grinder" - drink_desc = "Someone mixed good wine and robot booze. Romantic, but atrocious." + drink_desc = "A gritty mixture that looks even worse for organics than it is for robots." taste_description = "grit halting your gears and clogging your servos" yuck_description = "vinegar and regret" COOLDOWN_DECLARE(drink_message_cooldown)