bunch of wall items (#19290)

* bunch of wall items

* bunch of icons
This commit is contained in:
Kashargul
2026-03-15 19:26:42 +01:00
committed by GitHub
parent b67267c16e
commit 660b83bcce
11 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
w_class = ITEMSIZE_LARGE
flags = NOBLOODY
flags = NOBLOODY|WALL_ITEM
var/circuit = /obj/item/circuitboard/geiger
var/number = 0
var/last_tick //used to delay the powercheck
+2 -1
View File
@@ -629,8 +629,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(..())