mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Drink update Patch
Fixes 4 recipes Fixes missing metaglass icon bug.
This commit is contained in:
@@ -161,14 +161,14 @@
|
|||||||
name = "Space Bulldog"
|
name = "Space Bulldog"
|
||||||
id = "bulldog"
|
id = "bulldog"
|
||||||
result = "bulldog"
|
result = "bulldog"
|
||||||
required_reagents = list("kahlua" = 1, "vodka" = 1, "cola" =1, "cream" =1)
|
required_reagents = list("blackrussian" = 3, "cola" =1, "cream" =1)
|
||||||
result_amount = 4
|
result_amount = 5
|
||||||
|
|
||||||
/datum/chemical_reaction/drinks/sbagliato
|
/datum/chemical_reaction/drinks/sbagliato
|
||||||
name = "Negroni Sbagliato"
|
name = "Negroni Sbagliato"
|
||||||
id = "sbagliato"
|
id = "sbagliato"
|
||||||
result = "sbagliato"
|
result = "sbagliato"
|
||||||
required_reagents = list("champagne" = 1, "vermouth" = 1, "sodawater" =1)
|
required_reagents = list("wine" = 1, "vermouth" = 1, "sodawater" =1)
|
||||||
result_amount = 3
|
result_amount = 3
|
||||||
|
|
||||||
/datum/chemical_reaction/drinks/italiancrisis
|
/datum/chemical_reaction/drinks/italiancrisis
|
||||||
@@ -238,8 +238,8 @@
|
|||||||
name = "Slow Comfortable Screw Against the Wall"
|
name = "Slow Comfortable Screw Against the Wall"
|
||||||
id = "scsatw"
|
id = "scsatw"
|
||||||
result = "scsatw"
|
result = "scsatw"
|
||||||
required_reagents = list("vodka" = 1, "orangejuice" = 1, "rum" =1, "whiskey" =1, "gin" =1)
|
required_reagents = list("screwdrivercocktail" = 3, "rum" =1, "whiskey" =1, "gin" =1)
|
||||||
result_amount = 5
|
result_amount = 6
|
||||||
|
|
||||||
/datum/chemical_reaction/drinks/choccymilk
|
/datum/chemical_reaction/drinks/choccymilk
|
||||||
name = "Choccy Milk"
|
name = "Choccy Milk"
|
||||||
@@ -266,8 +266,8 @@
|
|||||||
name = "Hair of the Rat"
|
name = "Hair of the Rat"
|
||||||
id = "hairoftherat"
|
id = "hairoftherat"
|
||||||
result = "hairoftherat"
|
result = "hairoftherat"
|
||||||
required_reagents = list("protein" = 3, "nutriment" = 2, "whiskey" =1)
|
required_reagents = list("monstertamer" = 2, "nutriment" = 1)
|
||||||
result_amount = 6
|
result_amount = 5
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
/// Reagent colonies.
|
/// Reagent colonies.
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user