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
@@ -223,7 +223,7 @@ datum/gas_mixture/proc/zburn(obj/effect/decal/cleanable/liquid_fuel/liquid)
if(fuel.moles <= 0) del fuel
if(liquid)
liquid.amount -= liquid.amount*consumed_gas/(15*total_reactants)
liquid.amount -= liquid.amount*consumed_gas/(total_reactants)
if(liquid.amount <= 0) del liquid
update_values()