mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-09 23:03:28 +01:00
Merge pull request #1665 from ArchieBeepBoop/funnydrainpoolkillingtheserver
fixes over 47 thousand roundstart active turfs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -128,6 +128,11 @@ GLOBAL_DATUM_INIT(openspace_backdrop_one_for_all, /atom/movable/openspace_backdr
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/turf/open/transparent/openspace/layenia/Initialize()
|
||||
var/area/A = get_area(src)
|
||||
if(A?.outdoors)
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
. = ..()
|
||||
/* We don't have the icemoon framework yet.
|
||||
/turf/open/transparent/openspace/icemoon
|
||||
name = "ice chasm"
|
||||
|
||||
Reference in New Issue
Block a user