mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
@@ -99,6 +99,7 @@
|
||||
icon_screen = "pass"
|
||||
density = FALSE
|
||||
circuit = /obj/item/circuitboard/guestpass
|
||||
flags = WALL_ITEM
|
||||
|
||||
var/obj/item/card/id/giver
|
||||
var/list/accesses = list()
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
density = FALSE
|
||||
clicksound = null
|
||||
circuit = /obj/item/circuitboard/id_restorer
|
||||
flags = WALL_ITEM
|
||||
|
||||
var/icon_success = "restorer_success"
|
||||
var/icon_fail = "restorer_fail"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
density = FALSE
|
||||
circuit = /obj/item/circuitboard/timeclock
|
||||
clicksound = null
|
||||
flags = WALL_ITEM
|
||||
var/channel = "Common" //Radio channel to announce on
|
||||
|
||||
var/obj/item/card/id/card // Inserted Id card
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
idle_power_usage = 10
|
||||
active_power_usage = 200
|
||||
anchored = TRUE
|
||||
flags = WALL_ITEM
|
||||
var/id_tag = null
|
||||
var/chime_sound = 'sound/machines/doorbell.ogg'
|
||||
|
||||
@@ -89,6 +90,7 @@
|
||||
icon = 'icons/obj/machines/doorbell_vr.dmi'
|
||||
icon_state = "doorbell-standby"
|
||||
use_power = USE_POWER_OFF
|
||||
flags = WALL_ITEM
|
||||
|
||||
/obj/machinery/button/doorbell/Initialize(mapload, var/dir, var/building = FALSE)
|
||||
. = ..()
|
||||
|
||||
@@ -318,3 +318,4 @@ GLOBAL_LIST_INIT(recharger_battery_exempt, list(
|
||||
icon_state_idle = "wrecharger0"
|
||||
portable = FALSE
|
||||
circuit = /obj/item/circuitboard/recharger/wrecharger
|
||||
flags = WALL_ITEM
|
||||
|
||||
@@ -66,6 +66,7 @@ GLOBAL_LIST_INIT(ai_status_emotions, list(
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
circuit = /obj/item/circuitboard/ai_status_display
|
||||
flags = WALL_ITEM
|
||||
|
||||
var/mode = 0 // 0 = Blank
|
||||
// 1 = AI emoticon
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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(..())
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user