Fixes and changes Napalm Recipe

turns out I 1. forgot to make it actually produce the reagent, and 2. forgot to change the recipe
This commit is contained in:
Iamgoofball
2015-04-12 01:30:02 -07:00
parent dc3cc0295a
commit 5e908597b6
@@ -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"