Attempt to fix N2O tank not filling

This commit is contained in:
alex-gh
2013-11-06 02:57:54 +01:00
parent 1dbb511feb
commit 7a62b6ddf8
+2 -2
View File
@@ -350,11 +350,11 @@ Release Pressure: <A href='?src=\ref[src];pressure_adj=-1000'>-</A> <A href='?sr
..()
var/datum/gas/sleeping_agent/trace_gas = air_contents.trace_gases[1]
trace_gas.moles = 9*4000
spawn(10)
spawn(100)
var/turf/simulated/location = src.loc
if (istype(src.loc))
while (!location.air)
sleep(10)
sleep(1000)
location.assume_air(air_contents)
air_contents = new
return 1