mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #1131 from Hubblenaut/barrecipes
Fixes two bar recipes
This commit is contained in:
@@ -321,9 +321,9 @@
|
|||||||
/datum/chemical_reaction/dexalin
|
/datum/chemical_reaction/dexalin
|
||||||
name = "Dexalin"
|
name = "Dexalin"
|
||||||
id = "dexalin"
|
id = "dexalin"
|
||||||
result = "dexalin"
|
result = "dexalin"
|
||||||
required_reagents = list("oxygen" = 2, "phoron" = 0.1)
|
required_reagents = list("oxygen" = 2, "phoron" = 0.1)
|
||||||
catalysts = list("phoron" = 1)
|
catalysts = list("phoron" = 1)
|
||||||
inhibitors = list("water" = 1) // Messes with cryox
|
inhibitors = list("water" = 1) // Messes with cryox
|
||||||
result_amount = 1
|
result_amount = 1
|
||||||
|
|
||||||
@@ -1484,15 +1484,15 @@
|
|||||||
name = "Iced Tea"
|
name = "Iced Tea"
|
||||||
id = "icetea"
|
id = "icetea"
|
||||||
result = "icetea"
|
result = "icetea"
|
||||||
required_reagents = list("ice" = 1, "tea" = 4)
|
required_reagents = list("ice" = 1, "tea" = 2)
|
||||||
result_amount = 4
|
result_amount = 3
|
||||||
|
|
||||||
/datum/chemical_reaction/icecoffee
|
/datum/chemical_reaction/icecoffee
|
||||||
name = "Iced Coffee"
|
name = "Iced Coffee"
|
||||||
id = "icecoffee"
|
id = "icecoffee"
|
||||||
result = "icecoffee"
|
result = "icecoffee"
|
||||||
required_reagents = list("ice" = 1, "coffee" = 4)
|
required_reagents = list("ice" = 1, "coffee" = 2)
|
||||||
result_amount = 4
|
result_amount = 3
|
||||||
|
|
||||||
/datum/chemical_reaction/nuka_cola
|
/datum/chemical_reaction/nuka_cola
|
||||||
name = "Nuka Cola"
|
name = "Nuka Cola"
|
||||||
|
|||||||
Reference in New Issue
Block a user