Add drink descriptions to Gear Grinder and White Wine Bottle. (#32088)

This commit is contained in:
Alan
2026-06-06 19:39:58 -04:00
committed by GitHub
parent 5338e9356d
commit 1e8fa5f8fa
2 changed files with 2 additions and 2 deletions
@@ -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)
@@ -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)