[MIRROR] move invisibility to defines (#10787)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-27 20:53:07 +02:00
committed by GitHub
co-authored by Kashargul
parent a01b8efc9e
commit 94940d84ab
107 changed files with 171 additions and 164 deletions
@@ -15,7 +15,7 @@ GLOBAL_VAR_INIT(dynamic_sector_master, null)
name = "DO NOT USE IN MAPS"
known = FALSE
scannable = FALSE
invisibility = 101
invisibility = INVISIBILITY_ABSTRACT
in_space = FALSE //This prevents you from walking off the edge and getting soft-locked into the infinispace layer
scanner_desc = "You should not see this."
var/generated_z = FALSE
@@ -130,7 +130,7 @@ GLOBAL_VAR_INIT(dynamic_sector_master, null)
unknown_state = "poi"
known = FALSE
scannable = TRUE
invisibility = 0
invisibility = INVISIBILITY_NONE
in_space = TRUE
map_z = list(null) // Override parent value
active_pois = null