mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
Merge pull request #8531 from Spookerton/spkrtn/sys/global-agenda
updates all bare globals to use /global/ semantics, and all shared members to /static/
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user