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
@@ -436,6 +436,7 @@
/obj/item/reagent_containers/food/drinks/cans/root_beer = 5,
/obj/item/reagent_containers/food/drinks/cans/iced_tea = 5,
/obj/item/reagent_containers/food/drinks/cans/grape_juice = 5,
/obj/item/reagent_containers/food/drinks/cans/cherry_juice = 5,
/obj/item/reagent_containers/food/drinks/zobo = 5,
// Skrell
/obj/item/reagent_containers/food/drinks/cans/dyn = 5,
@@ -92,6 +92,17 @@
glass_name = "glass of Xanu Rush!"
glass_desc = "Made from the NEW Xanu Prime peaches."
/singleton/reagent/drink/cherrysoda
name = "Drosiá Cherry"
description = "Assunzione's number two drink!"
color = "#FF0000"
taste_description = "sparkly sweet cherries"
carbonated = TRUE
glass_icon_state = "glass_red"
glass_name = "glass of Drosiá Cherry"
glass_desc = "Assunzione's number two drink!"
//
// Milk
//
@@ -1411,16 +1411,16 @@
glass_desc = "A tangy substance made of 0.5% natural citrus!"
/singleton/reagent/drink/grapesoda
name = "Grape Soda"
description = "Grapes made into a fine drank."
name = "Drosiá Grape"
description = "Only the second best thing made of grapes to come out of Assunzione."
color = "#421C52"
adj_drowsy = -3
taste_description = "grape soda"
carbonated = TRUE
glass_icon_state = "gsodaglass"
glass_name = "glass of grape soda"
glass_desc = "Looks like a delicious drink!"
glass_name = "glass of Drosiá Grape"
glass_desc = "Only the second best thing made of grapes to come out of Assunzione."
/singleton/reagent/drink/brownstar
name = "Orange Starshine"
@@ -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)