Adds a Recipe for morphine to medicine (#34541)
* Adds a Recipe for morphine to medicine Exactly what it says on the tin. * Ketrazine Adds ketrazine, a combat stimulant with severe consequences for use. * Revert "Ketrazine" This reverts commit d618fe337cc28f5513c59ff3399894c10dde4a7d.
This commit is contained in:
committed by
CitadelStationBot
parent
d2cbcae629
commit
c2f8339135
@@ -226,3 +226,10 @@
|
||||
id = "corazone"
|
||||
results = list("corazone" = 3)
|
||||
required_reagents = list("phenol" = 2, "lithium" = 1)
|
||||
|
||||
/datum/chemical_reaction/morphine
|
||||
name = "Morphine"
|
||||
id = "morphine"
|
||||
results = list("morphine" = 3)
|
||||
required_reagents = list("carbon" = 2, "hydrogen" = 2, "nitrogen" = 1, "oxygen" = 1)
|
||||
required_temp = 480
|
||||
Reference in New Issue
Block a user