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
View File
@@ -23,6 +23,7 @@ log transactions
use_power = USE_POWER_IDLE
idle_power_usage = 10
circuit = /obj/item/circuitboard/atm
flags = WALL_ITEM
var/datum/money_account/authenticated_account
var/number_incorrect_tries = 0
var/previous_account_number = 0
+1 -1
View File
@@ -14,6 +14,7 @@
active_power_usage = 500
circuit = /obj/item/circuitboard/station_map
vis_flags = VIS_HIDE // They have an emissive that looks bad in openspace due to their wall-mounted nature
flags = ON_BORDER|WALL_ITEM
// TODO - Port use_auto_lights from /vg - for now declare here
var/use_auto_lights = 1
@@ -29,7 +30,6 @@
var/original_zLevel = 1 // zLevel on which the station map was initialized.
var/bogus = TRUE // set to 0 when you initialize the station map on a zLevel that has its own icon formatted for use by station holomaps.
var/datum/station_holomap/holomap_datum
flags = ON_BORDER
/obj/machinery/station_map/Initialize(mapload)
. = ..()