mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Modifies Stinger receipe, taste and description for Irish Car Bomb, Green Beer, Goldschläger, Blood Mead, Mead, and Grape Soda (#50080)
* AlcoholicDescription AlcoholDescription Alcohol Alcohol * Fix * GreenBeerFix * GreenBeerFix2 * goldschalger fix * goldschlagerfix2 * glassdescfix
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
|
||||
/datum/chemical_reaction/stinger
|
||||
results = list(/datum/reagent/consumable/ethanol/stinger = 15)
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/whiskey = 10, /datum/reagent/consumable/ethanol/creme_de_menthe = 5 )
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/cognac = 10, /datum/reagent/consumable/ethanol/creme_de_menthe = 5 )
|
||||
|
||||
/datum/chemical_reaction/quintuplesec
|
||||
results = list(/datum/reagent/consumable/ethanol/quintuple_sec = 15)
|
||||
|
||||
@@ -975,7 +975,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
taste_description = "sweet and salty alcohol"
|
||||
glass_icon_state = "red_meadglass"
|
||||
glass_name = "Red Mead"
|
||||
glass_desc = "A true Viking's beverage, though its color is strange."
|
||||
glass_desc = "A true Viking's beverage, made with the blood of their enemies."
|
||||
|
||||
/datum/reagent/consumable/ethanol/mead
|
||||
name = "Mead"
|
||||
@@ -987,7 +987,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
taste_description = "sweet, sweet alcohol"
|
||||
glass_icon_state = "meadglass"
|
||||
glass_name = "Mead"
|
||||
glass_desc = "A Viking's beverage, though a cheap one."
|
||||
glass_desc = "A drink from Valhalla."
|
||||
|
||||
/datum/reagent/consumable/ethanol/iced_beer
|
||||
name = "Iced Beer"
|
||||
@@ -1090,11 +1090,11 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
|
||||
/datum/reagent/consumable/ethanol/irishcarbomb
|
||||
name = "Irish Car Bomb"
|
||||
description = "Mmm, tastes like chocolate cake..."
|
||||
description = "Mmm, tastes like the free Irish state."
|
||||
color = "#2E6671" // rgb: 46, 102, 113
|
||||
boozepwr = 25
|
||||
quality = DRINK_GOOD
|
||||
taste_description = "delicious anger"
|
||||
taste_description = "the spirit of Ireland"
|
||||
glass_icon_state = "irishcarbomb"
|
||||
glass_name = "Irish Car Bomb"
|
||||
glass_desc = "An Irish car bomb."
|
||||
|
||||
@@ -743,7 +743,7 @@
|
||||
|
||||
/datum/reagent/consumable/grape_soda
|
||||
name = "Grape soda"
|
||||
description = "Beloved of children and teetotalers."
|
||||
description = "Beloved by children and teetotalers."
|
||||
color = "#E6CDFF"
|
||||
taste_description = "grape soda"
|
||||
glass_name = "glass of grape juice"
|
||||
|
||||
Reference in New Issue
Block a user