mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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_state = "0"
|
||||
dynamic_lighting = FALSE
|
||||
initialized = FALSE
|
||||
|
||||
/turf/unsimulated/fake_space/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
/turf/unsimulated/beach/water
|
||||
name = "Water"
|
||||
icon_state = "water"
|
||||
initialized = FALSE
|
||||
|
||||
/turf/unsimulated/beach/water/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
density = 1
|
||||
alpha = 0
|
||||
blocks_air = 0
|
||||
initialized = FALSE
|
||||
|
||||
// Set these to get your desired planetary atmosphere.
|
||||
oxygen = 0
|
||||
|
||||
Reference in New Issue
Block a user