use /global/ sugar for bare globals, no leading /

This commit is contained in:
spookerton
2022-04-24 07:54:34 +01:00
parent ee67e174fb
commit 556331a6a3
215 changed files with 713 additions and 724 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// If you add a more comprehensive system, just untick this file.
var/list/z_levels = list()// Each bit re... haha just kidding this is a list of bools now
var/global/list/z_levels = list()// Each bit re... haha just kidding this is a list of bools now
// If the height is more than 1, we mark all contained levels as connected.
INITIALIZE_IMMEDIATE(/obj/effect/landmark/map_data)