Various fixes and performance tweaks

This commit is contained in:
Putnam
2021-01-09 05:44:18 -08:00
parent e32dbd1d03
commit 8cc0b9c69e
6 changed files with 9 additions and 5 deletions
+3 -1
View File
@@ -12,7 +12,7 @@
var/destination_x
var/destination_y
var/static/datum/gas_mixture/immutable/space/space_gas = new
var/static/datum/gas_mixture/immutable/space/space_gas
plane = PLANE_SPACE
layer = SPACE_LAYER
light_power = 0.25
@@ -26,6 +26,8 @@
/turf/open/space/Initialize()
icon_state = SPACE_ICON_STATE
if(!space_gas)
space_gas = new
air = space_gas
update_air_ref(0)
vis_contents.Cut() //removes inherited overlays