mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
More globals (#19247)
* More globals * planets * . * . * Update jukebox.dm * Fix timer callback syntax in jukebox.dm * .
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
flags = WALL_ITEM
|
||||
var/obj/item/extinguisher/has_extinguisher
|
||||
var/opened = 0
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
flags = WALL_ITEM
|
||||
var/open = 0
|
||||
var/hitstaken = 0
|
||||
var/locked = 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user