mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 04:32:50 +01:00
Fixes drinks and adds new one.
This commit is contained in:
@@ -3150,3 +3150,47 @@
|
||||
|
||||
glass_name = "Ichor Mead"
|
||||
glass_desc = "A trip to Valhalla."
|
||||
|
||||
/datum/reagent/ethanol/schnapps_pep
|
||||
name = "Peppermint Schnapps"
|
||||
id = "schnapps_pep"
|
||||
description = "Achtung, pfefferminze."
|
||||
taste_description = "minty alcohol"
|
||||
color = "#8FC468"
|
||||
strength = 25
|
||||
|
||||
glass_name = "peppermint schnapps"
|
||||
glass_desc = "A glass of peppermint schnapps. It seems like it'd be better, mixed."
|
||||
|
||||
/datum/reagent/ethanol/schnapps_pea
|
||||
name = "Peach Schnapps"
|
||||
id = "schnapps_pea"
|
||||
description = "Achtung, fruchtig."
|
||||
taste_description = "peaches"
|
||||
color = "#d67d4d"
|
||||
strength = 25
|
||||
|
||||
glass_name = "peach schnapps"
|
||||
glass_desc = "A glass of peach schnapps. It seems like it'd be better, mixed."
|
||||
|
||||
/datum/reagent/ethanol/schnapps_lem
|
||||
name = "Lemonade Schnapps"
|
||||
id = "schnapps_lem"
|
||||
description = "Childhood memories are not included."
|
||||
taste_description = "sweet, lemon-y alcohol"
|
||||
color = "#FFFF00"
|
||||
strength = 25
|
||||
|
||||
glass_name = "lemonade schnapps"
|
||||
glass_desc = "A glass of lemonade schnapps. It seems like it'd be better, mixed."
|
||||
|
||||
/datum/reagent/ethanol/fusionnaire
|
||||
name = "Fusionnaire"
|
||||
id = "fusionnaire"
|
||||
description = "A drink for the brave."
|
||||
taste_description = "a painfully alcoholic lemon soda with an undertone of mint"
|
||||
color = "#6BB486"
|
||||
strength = 9
|
||||
|
||||
glass_name = "fusionnaire"
|
||||
glass_desc = "A relatively new cocktail, mostly served in the bars of NanoTrasen owned stations."
|
||||
@@ -1868,7 +1868,7 @@
|
||||
name = "Roy Rogers"
|
||||
id = "roy_rogers"
|
||||
result = "roy_rogers"
|
||||
required_reagents = list("gingerale" = 4, "lemon_lime" = 2, "grenadine" = 1)
|
||||
required_reagents = list("shirley_temple" = 5, "lemon_lime" = 2)
|
||||
result_amount = 7
|
||||
|
||||
/datum/chemical_reaction/drinks/collinsmix
|
||||
@@ -2094,7 +2094,7 @@
|
||||
name = "Screaming Viking"
|
||||
id = "screamingviking"
|
||||
result = "screamingviking"
|
||||
required_reagents = list("vodka" = 1, "vermouth" = 1, "limejuice" = 1, "rum" = 1, "gin" = 1, "tonic" = 1)
|
||||
required_reagents = list("martini" = 2, "vodkatonic" = 2, "limejuice" = 1, "rum" = 1)
|
||||
result_amount = 6
|
||||
|
||||
/datum/chemical_reaction/drinks/vilelemon
|
||||
@@ -2316,6 +2316,13 @@
|
||||
required_reagents = list("cornoil" = 4, "sodawater" = 1, "carbon" = 1, "tricordrazine" = 1)
|
||||
result_amount = 6
|
||||
|
||||
/datum/chemical_reaction/drinks/fusionnaire
|
||||
name = "Fusionnaire"
|
||||
id = "fusionnaire"
|
||||
result = "fusionnaire"
|
||||
required_reagents = list("lemonjuice" = 3, "vodka" = 2, "schnapps_pep" = 1, "schnapps_lem" = 1, "rum" = 1, "ice" = 1)
|
||||
result_amount = 9
|
||||
|
||||
//R-UST Port
|
||||
/datum/chemical_reaction/hyrdophoron
|
||||
name = "Hydrophoron"
|
||||
|
||||
Reference in New Issue
Block a user