Ration Coffee (#15739)

This commit is contained in:
Caelphon
2023-02-08 11:29:17 +01:00
committed by GitHub
parent 21732ce7ff
commit a4d69c90ea
3 changed files with 59 additions and 0 deletions
@@ -1762,6 +1762,17 @@
glass_desc = "A strong coffee made by passing nearly boiling water through coffee seeds at high pressure."
glass_center_of_mass = list("x"=15, "y"=9)
/singleton/reagent/drink/coffee/ration
name = "Ration Coffee"
description = "Watered-down coffee. One cup now becomes four!"
color = "#664300" // rgb: 102, 67, 0
taste_description = "weak, watered-down coffee"
glass_icon_state = "hot_coffee"
glass_name = "glass of ration coffee"
glass_desc = "Coffee, watered-down."
glass_center_of_mass = list("x"=15, "y"=9)
/singleton/reagent/drink/coffee/freddo_espresso
name = "Freddo Espresso"
description = "Espresso with ice cubes poured over ice."
@@ -2371,6 +2371,13 @@
required_reagents = list(/singleton/reagent/alcohol/rum = 1, /singleton/reagent/water = 1)
result_amount = 2
/datum/chemical_reaction/drink/ration_coffee
name = "Ration Coffee"
id = "ration_coffee"
result = /singleton/reagent/drink/coffee/ration
required_reagents = list(/singleton/reagent/drink/coffee = 2, /singleton/reagent/water = 1)
result_amount = 3
/datum/chemical_reaction/drink/soy_latte
name = "Soy Latte"
id = "soy_latte"