From 5e908597b60b992143ea0d3ce05a0404b561b48a Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sun, 12 Apr 2015 01:30:02 -0700 Subject: [PATCH] Fixes and changes Napalm Recipe turns out I 1. forgot to make it actually produce the reagent, and 2. forgot to change the recipe --- code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm b/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm index 53bb47c6f9e..0e3b34e44cb 100644 --- a/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm +++ b/code/modules/reagents/Chemistry-Goon-Pyrotechnics.dm @@ -410,9 +410,9 @@ /datum/chemical_reaction/napalm name = "Napalm" id = "napalm" - result = null - required_reagents = list("aluminium" = 1, "plasma" = 1, "sacid" = 1 ) - result_amount = 1 + result = "napalm" + required_reagents = list("sugar" = 1, "fuel" = 1, "ethanol" = 1 ) + result_amount = 3 datum/reagent/cryostylane name = "Cryostylane"