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
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/effect/falling_effect
name = DEVELOPER_WARNING_NAME
desc = "no data"
invisibility = 101
invisibility = INVISIBILITY_ABSTRACT
anchored = TRUE
density = FALSE
unacidable = TRUE
+1 -1
View File
@@ -199,7 +199,7 @@
O.mmi = W
O.post_mmi_setup()
O.invisibility = 0
O.invisibility = INVISIBILITY_NONE
O.custom_name = created_name
O.updatename("Default")