Set initialized = FALSE on unsimulated turfs that need to intialize.

This commit is contained in:
Leshana
2020-03-19 17:45:28 -04:00
parent c6a95000df
commit 81b7746617
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
icon = 'icons/turf/space.dmi'
icon_state = "0"
dynamic_lighting = FALSE
initialized = FALSE
/turf/unsimulated/fake_space/Initialize(mapload)
. = ..()

View File

@@ -14,6 +14,7 @@
/turf/unsimulated/beach/water
name = "Water"
icon_state = "water"
initialized = FALSE
/turf/unsimulated/beach/water/Initialize()
. = ..()

View File

@@ -9,6 +9,7 @@
density = 1
alpha = 0
blocks_air = 0
initialized = FALSE
// Set these to get your desired planetary atmosphere.
oxygen = 0