Mimosa fix (#20410)

Fixes #20392
This commit is contained in:
Wowzewow (Wezzy)
2025-01-25 01:26:24 +00:00
committed by GitHub
parent 7d0d56c385
commit 1ceedd196b
3 changed files with 58 additions and 18 deletions
@@ -5677,17 +5677,6 @@
glass_desc = "And Our Lady did come down from the mountain, and She was flanked in radiant and ever-burning cosmic fires. And She spoke with the Lady Caladius for what seemed an eternity, \
and the Lady Caladius did finally emerge. And we happy few were so blessed as to hear her- the Prophetess Giovanna- say, 'Drink today not as warriors, but as immortals.'."
/singleton/reagent/alcohol/mimosa
name = "Mimosa"
color = "#d87606"
description = "Champagne and orange juice. A festive cocktail usually served at high-end events, such as weddings, business brunch, or even as a first-class drink on passenger transports."
strength = 35
taste_description = "sparkling orange juice"
glass_icon_state = "mimosa_glass"
glass_name = "glass of Mimosa"
glass_desc = "Champagne and orange juice. A festive cocktail usually served at high-end events, such as weddings, business brunch, or even as a first-class drink on passenger transports."
/singleton/reagent/alcohol/lights_edge
name = "Light's Edge"
color = "#592ada"
@@ -3175,13 +3175,6 @@
required_reagents = list(/singleton/reagent/drink/milk = 1, /singleton/reagent/nutriment/choconutspread = 1, /singleton/reagent/drink/milk/cream = 1)
result_amount = 3
/datum/chemical_reaction/drink/drink/mimosa
name = "Mimosa"
id = "mimosa"
result = /singleton/reagent/alcohol/mimosa
required_reagents = list(/singleton/reagent/alcohol/champagne = 1, /singleton/reagent/drink/orangejuice = 1)
result_amount = 2
/datum/chemical_reaction/drink/lights_edge
name = "Light's Edge"
id = "lights_edge"