[MIRROR] More globals (#12530)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-15 19:26:29 +01:00
committed by GitHub
co-authored by Kashargul
parent de8fed65df
commit 4f5dce5ebe
238 changed files with 984 additions and 1026 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)
+2 -1
View File
@@ -635,8 +635,9 @@
icon = 'icons/obj/stationobjs.dmi'
icon_state = "light0"
desc = "A remote control switch for polarized windows."
var/range = 7
circuit = /obj/item/circuitboard/electrochromic
flags = WALL_ITEM
var/range = 7
/obj/machinery/button/windowtint/attack_hand(mob/user as mob)
if(..())