mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Set initialized = FALSE on unsimulated turfs that need to intialize.
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
icon = 'icons/turf/space.dmi'
|
icon = 'icons/turf/space.dmi'
|
||||||
icon_state = "0"
|
icon_state = "0"
|
||||||
dynamic_lighting = FALSE
|
dynamic_lighting = FALSE
|
||||||
|
initialized = FALSE
|
||||||
|
|
||||||
/turf/unsimulated/fake_space/Initialize(mapload)
|
/turf/unsimulated/fake_space/Initialize(mapload)
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
/turf/unsimulated/beach/water
|
/turf/unsimulated/beach/water
|
||||||
name = "Water"
|
name = "Water"
|
||||||
icon_state = "water"
|
icon_state = "water"
|
||||||
|
initialized = FALSE
|
||||||
|
|
||||||
/turf/unsimulated/beach/water/Initialize()
|
/turf/unsimulated/beach/water/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
density = 1
|
density = 1
|
||||||
alpha = 0
|
alpha = 0
|
||||||
blocks_air = 0
|
blocks_air = 0
|
||||||
|
initialized = FALSE
|
||||||
|
|
||||||
// Set these to get your desired planetary atmosphere.
|
// Set these to get your desired planetary atmosphere.
|
||||||
oxygen = 0
|
oxygen = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user