Add ginger ale. (#30915)

* Add ginger ale.

* Change name of ginger ale can to Zingiber Gold.
This commit is contained in:
Alan
2025-11-10 11:37:19 -05:00
committed by GitHub
parent 3af59de586
commit 95a22490ae
6 changed files with 21 additions and 2 deletions
@@ -237,6 +237,12 @@
icon_state = "sodawater"
list_reagents = list("sodawater" = 50)
/obj/item/reagent_containers/drinks/cans/ginger_ale
name = "Zingiber Gold"
desc = "A can of ginger ale. Second-best thing for a tummy ache."
icon_state = "ginger_ale_can"
list_reagents = list("ginger_ale" = 50)
/obj/item/reagent_containers/drinks/cans/synthanol
name = "Beep's Classic Synthanol"
desc = "A can of IPC booze, however that works."
@@ -351,7 +351,7 @@
dispensable_reagents = list("water", "ice", "milk", "soymilk", "coffee", "tea", "hot_coco", "cola", "spacemountainwind", "dr_gibb", "space_up",
"tonic", "sodawater", "lemon_lime", "grapejuice", "sugar", "orangejuice", "lemonjuice", "limejuice", "tomatojuice", "banana",
"watermelonjuice", "pineapplejuice", "cream", "berryjuice")
upgrade_reagents = list("electrolytes", "bananahonk", "milkshake", "cafe_latte", "cafe_mocha", "triple_citrus", "icecoffe","icetea")
upgrade_reagents = list("electrolytes", "ginger_ale", "bananahonk", "milkshake", "cafe_latte", "cafe_mocha", "triple_citrus", "icecoffe","icetea")
hacked_reagents = list("thirteenloko")
hack_message = "You change the mode from 'McNano' to 'Pizza King'."
unhack_message = "You change the mode from 'Pizza King' to 'McNano'."
@@ -996,3 +996,13 @@
if(H.blood_volume < BLOOD_VOLUME_NORMAL)
H.blood_volume += 0.5
return ..()
/datum/reagent/consumable/drink/gingerale
name = "Ginger Ale"
description = "Spicy and fizzy soda."
id = "ginger_ale"
color = "#996B2B"
drink_icon = "ginger_ale_glass"
drink_name = "Glass of Ginger Ale"
drink_desc = "Spicy and fizzy soda."
taste_description = "sweet, carbonated ginger"