Adds a beer cocktail (snakebite) (#18528)

* adds snakebite

* cl
This commit is contained in:
Llywelwyn
2024-02-29 17:39:16 +00:00
committed by GitHub
parent 0c02c25439
commit 4c67363dc8
4 changed files with 59 additions and 0 deletions
@@ -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"