move invisibility to defines (#17612)

* move Invisibility to defines

* .

* .
This commit is contained in:
Kashargul
2025-04-27 16:47:53 +02:00
committed by GitHub
parent 58b214f1b3
commit f6a99359a9
92 changed files with 150 additions and 143 deletions
@@ -11,7 +11,7 @@
density = FALSE
ghost_query_type = /datum/ghost_query/stowaway
anchored = TRUE
invisibility = 60
invisibility = INVISIBILITY_OBSERVER
var/occupant_type = "stowaway"
+1 -1
View File
@@ -185,7 +185,7 @@ FLOOR SAFES
update_icon()
/obj/structure/safe/floor/hide(var/intact)
invisibility = intact ? 101 : 0
invisibility = intact ? INVISIBILITY_ABSTRACT : INVISIBILITY_NONE
/obj/structure/safe/floor/hides_under_flooring()
return 1