mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Update helpers.dm
This commit is contained in:
@@ -14,8 +14,12 @@
|
|||||||
SSair.remove_from_active(T)
|
SSair.remove_from_active(T)
|
||||||
for(var/turf/open/T in map)
|
for(var/turf/open/T in map)
|
||||||
if(T.air)
|
if(T.air)
|
||||||
T.air.copy_from_turf(T)
|
if(T.initial_gas_mix)
|
||||||
SSair.add_to_active(T)
|
T.air.parse_gas_string(T.initial_gas_mix)
|
||||||
|
T.temperature = T.air.temperature
|
||||||
|
else
|
||||||
|
T.air.copy_from_turf(T)
|
||||||
|
SSair.add_to_active(T)
|
||||||
|
|
||||||
/datum/mapGeneratorModule/bottomLayer/massdelete
|
/datum/mapGeneratorModule/bottomLayer/massdelete
|
||||||
spawnableAtoms = list()
|
spawnableAtoms = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user