mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Ration Coffee (#15739)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user