More globals (#19247)

* More globals

* planets

* .

* .

* Update jukebox.dm

* Fix timer callback syntax in jukebox.dm

* .
This commit is contained in:
Kashargul
2026-03-15 02:54:17 -04:00
committed by GitHub
parent 24d023dfa8
commit 72628d226c
210 changed files with 941 additions and 990 deletions
@@ -6,6 +6,7 @@
layer = ABOVE_WINDOW_LAYER
anchored = TRUE
density = FALSE
flags = WALL_ITEM
var/obj/item/extinguisher/has_extinguisher
var/opened = 0
+1
View File
@@ -8,6 +8,7 @@
layer = ABOVE_WINDOW_LAYER
anchored = TRUE
density = FALSE
flags = WALL_ITEM
var/open = 0
var/hitstaken = 0
var/locked = 1
+1
View File
@@ -7,6 +7,7 @@
layer = ABOVE_WINDOW_LAYER
density = FALSE
anchored = TRUE
flags = WALL_ITEM
var/shattered = 0
var/glass = 1
var/datum/tgui_module/appearance_changer/mirror/M
+1
View File
@@ -6,6 +6,7 @@
plane = OBJ_PLANE //VOREStation Edit
layer = ABOVE_JUNK_LAYER //VOREStation Edit
w_class = ITEMSIZE_NORMAL
flags = WALL_ITEM
/obj/structure/sign/ex_act(severity)
qdel(src)