Merge pull request #5404 from Citadel-Station-13/upstream-merge-35479

[MIRROR] Fixed chemical recipe conflicts
This commit is contained in:
deathride58
2018-02-11 00:50:15 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -441,7 +441,7 @@
name = "Chocolate Pudding"
id = "chocolatepudding"
results = list("chocolatepudding" = 20)
required_reagents = list("cocoa" = 5, "milk" = 5, "eggyolk" = 5)
required_reagents = list("chocolate_milk" = 10, "eggyolk" = 5)
/datum/chemical_reaction/vanillapudding
name = "Vanilla Pudding"
@@ -55,7 +55,7 @@
name = "Lexorin"
id = "lexorin"
results = list("lexorin" = 3)
required_reagents = list("plasma" = 1, "hydrogen" = 1, "nitrogen" = 1)
required_reagents = list("plasma" = 1, "hydrogen" = 1, "oxygen" = 1)
/datum/chemical_reaction/chloralhydrate
name = "Chloral Hydrate"