[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 11:53:07 -07:00
committed by GitHub
parent a01b8efc9e
commit 94940d84ab
107 changed files with 171 additions and 164 deletions

View File

@@ -7,7 +7,7 @@
total_spawns = 2
destructible = 0
anchored = 1
invisibility = 101
invisibility = INVISIBILITY_ABSTRACT
spawn_types = list(
/mob/living/simple_mob/vore/bat = 70,
/mob/living/simple_mob/animal/passive/cockroach = 60,

View File

@@ -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