Compile fix.

This commit is contained in:
SkyMarshal
2013-04-11 12:19:35 -07:00
parent 221901ba3a
commit c63dc0f962
+3 -1
View File
@@ -385,8 +385,10 @@ datum
for(var/turf/simulated/floor/target_tile in range(0,location))
var/datum/gas_mixture/napalm = new
var/datum/gas/volatile_fuel/fuel = new
fuel.moles = created_volume
napalm.trace_gases += fuel
napalm.volatile_fuel = created_volume
napalm.temperature = 400+T0C
napalm.update_values()