#13493: Nitroglycerin chemical reaction no longer yields reagent

The nitroglycerin reaction causes the explosion which is fine, but it also tries to generate a reagent of the same name, which doesn't exist. This commit prevents reaction from trying to spawn the reagent.
This commit is contained in:
mochi
2020-05-31 19:00:45 +02:00
parent d96d3f2b7a
commit 5138ab09b2
@@ -56,7 +56,7 @@
/datum/chemical_reaction/nitroglycerin
name = "Nitroglycerin"
id = "nitroglycerin"
result = "nitroglycerin"
result = null
required_reagents = list("glycerol" = 1, "facid" = 1, "sacid" = 1)
result_amount = 2