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-18 09:56:52 -07:00
parent 81c0c5cb6d
commit 710e97bcc6
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()