mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Add ginger ale. (#30915)
* Add ginger ale. * Change name of ginger ale can to Zingiber Gold.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user