From 81c0c5cb6d1219f73b3d7833c4ca30d6cba5dd0c Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Thu, 11 Apr 2013 11:50:29 -0700 Subject: [PATCH] Napalm can now be made, due to fire changes. --- code/modules/reagents/Chemistry-Recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 4a03ef68691..811f04e425d 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -378,7 +378,7 @@ datum name = "Napalm" id = "napalm" result = null - //required_reagents = list("aluminum" = 1, "plasma" = 1, "sacid" = 1 ) //Let's not make napalm. + required_reagents = list("aluminum" = 1, "plasma" = 1, "sacid" = 1 ) result_amount = 1 on_reaction(var/datum/reagents/holder, var/created_volume) var/turf/location = get_turf(holder.my_atom.loc)