Merge pull request #35479 from Cruix/chem_collisions

Fixed chemical recipe conflicts
This commit is contained in:
Jordan Brown
2018-02-10 11:04:34 -06:00
committed by CitadelStationBot
parent 9986038318
commit bd0b5c2eb5
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"