Merge pull request #5404 from Citadel-Station-13/upstream-merge-35479
[MIRROR] Fixed chemical recipe conflicts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user