mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
@@ -2728,6 +2728,17 @@
|
||||
glass_name = "glass of applejack"
|
||||
glass_desc = "Hard apple cider that has been distilled. The result is much more flavorful and alcoholic."
|
||||
|
||||
/singleton/reagent/alcohol/snakebite
|
||||
name = "Snakebite"
|
||||
description = "An alcoholic beverage made of equal parts beer and alcoholic cider."
|
||||
color = "#ceab4a"
|
||||
strength = 9
|
||||
taste_description = "sweet apple-flavoured beer"
|
||||
|
||||
glass_icon_state = "snakebite"
|
||||
glass_name = "glass of snakebite"
|
||||
glass_desc = "A glass of half-and-half beer and alcoholic cider."
|
||||
|
||||
/singleton/reagent/alcohol/beer
|
||||
name = "Beer"
|
||||
description = "An alcoholic beverage made from malted grains, hops, yeast, and water."
|
||||
|
||||
@@ -2156,6 +2156,13 @@
|
||||
catalysts = list(/singleton/reagent/enzyme = 5)
|
||||
result_amount = 10
|
||||
|
||||
/datum/chemical_reaction/snakebite
|
||||
name = "Snakebite"
|
||||
id = "snakebite"
|
||||
result = /singleton/reagent/alcohol/snakebite
|
||||
required_reagents = list(/singleton/reagent/alcohol/beer = 5, /singleton/reagent/alcohol/applejack = 5)
|
||||
result_amount = 10
|
||||
|
||||
/datum/chemical_reaction/light_beer
|
||||
name = "Light Beer"
|
||||
id = "spacebeer"
|
||||
|
||||
Reference in New Issue
Block a user