Adds Drosiá Soda! (#22183)

Adds Drosiá Cherry soda, and refluffs the grape soda to Drosiá Grape!
Assunzione's very own soft drinks.

Both are available on random yokes, or from the Commissary.

---------

Signed-off-by: Fyni <itsfyni@gmail.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
Fyni
2026-04-19 05:23:38 +00:00
committed by GitHub
co-authored by SleepyGemmy
parent 99d577df7e
commit 1562a3871c
8 changed files with 35 additions and 6 deletions
@@ -314,14 +314,23 @@
reagents_to_add = list(/singleton/reagent/drink/icetea = 30)
/obj/item/reagent_containers/food/drinks/cans/grape_juice
name = "\improper Grapel juice"
desc = "500 pages of rules of how to appropriately enter into a combat with this juice!"
name = "\improper Drosiá Grape soda"
desc = "Wine's cheaper, bubblier none alcoholic cousin. Drosiá is popular on Assunzione, but makes only a fraction compared to wine on the export market."
icon_state = "grapesoda"
item_state = "grapesoda"
center_of_mass = list("x"=16, "y"=10)
reagents_to_add = list(/singleton/reagent/drink/grapejuice = 30)
/obj/item/reagent_containers/food/drinks/cans/cherry_juice
name = "\improper Drosiá Cherry soda"
desc = "Fruity and overbearingly sweet. Drosiá is popular on Assunzione, but makes only a fraction compared to wine on the export market."
icon_state = "cherrysoda"
item_state = "cherrysoda"
center_of_mass = list("x"=16, "y"=10)
reagents_to_add = list(/singleton/reagent/drink/cherrysoda = 30)
/obj/item/reagent_containers/food/drinks/cans/tonic
name = "\improper T-Borg's tonic water"
desc = "Quinine tastes funny, but at least it'll keep that Space Malaria away."
@@ -103,6 +103,7 @@
/obj/item/reagent_containers/food/drinks/cans/lemon_lime,
/obj/item/reagent_containers/food/drinks/cans/iced_tea,
/obj/item/reagent_containers/food/drinks/cans/grape_juice,
/obj/item/reagent_containers/food/drinks/cans/cherry_juice,
/obj/item/reagent_containers/food/drinks/cans/tonic,
/obj/item/reagent_containers/food/drinks/cans/sodawater,
/obj/item/reagent_containers/food/drinks/cans/root_beer,
@@ -172,6 +173,9 @@
/obj/item/storage/box/fancy/yoke/grape_juice
starts_with = list(/obj/item/reagent_containers/food/drinks/cans/grape_juice = 6)
/obj/item/storage/box/fancy/yoke/cherry_juice
starts_with = list(/obj/item/reagent_containers/food/drinks/cans/cherry_juice = 6)
/obj/item/storage/box/fancy/yoke/tonic
starts_with = list(/obj/item/reagent_containers/food/drinks/cans/tonic = 6)