fuel is now a bit less derpy. Napalm produces volatile fuel, and less of it. Fire consumes more welding fuel.

This commit is contained in:
SkyMarshal
2013-04-11 12:14:47 -07:00
parent 9176901c11
commit 221901ba3a
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ datum
var/datum/gas_mixture/napalm = new
napalm.toxins = created_volume*10
napalm.volatile_fuel = created_volume
napalm.temperature = 400+T0C
napalm.update_values()