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 16:37:19 +00:00
committed by GitHub
parent 3af59de586
commit 95a22490ae
6 changed files with 21 additions and 2 deletions
@@ -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"