Merge pull request #5399 from Citadel-Station-13/upstream-merge-35437

[MIRROR] Fixes Morphine So that it can be made.
This commit is contained in:
CitadelStationBot
2018-02-10 11:00:56 -06:00
committed by GitHub
@@ -242,6 +242,6 @@
/datum/chemical_reaction/morphine
name = "Morphine"
id = "morphine"
results = list("morphine" = 3)
required_reagents = list("carbon" = 2, "hydrogen" = 2, "nitrogen" = 1, "oxygen" = 1)
results = list("morphine" = 2)
required_reagents = list("carbon" = 2, "hydrogen" = 2, "ethanol" = 1, "oxygen" = 1)
required_temp = 480