mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Attempt to fix N2O tank not filling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user