mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
jobs, access and radio to defines (#18297)
* jobs, access and radio to defines * . * . * urg * . * . * finish the radio freqs * why * . * . * ticker initial * eh --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
1cb38c22ec
commit
e956d13a6b
@@ -10,7 +10,7 @@
|
||||
light_color = "#315ab4"
|
||||
bubble_icon = "medical"
|
||||
circuit = /obj/item/circuitboard/resleeving_control
|
||||
req_access = list(access_heads) //Only used for record deletion right now.
|
||||
req_access = list(ACCESS_HEADS) //Only used for record deletion right now.
|
||||
var/list/pods = null //Linked grower pods.
|
||||
var/list/spods = null
|
||||
var/list/sleevers = null //Linked resleeving booths.
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
icon_screen = "explosive"
|
||||
light_color = "#315ab4"
|
||||
circuit = /obj/item/circuitboard/body_designer
|
||||
req_access = list(access_medical) // Used for loading people's designs
|
||||
req_access = list(ACCESS_MEDICAL) // Used for loading people's designs
|
||||
var/datum/tgui_module/appearance_changer/body_designer/designer_gui
|
||||
var/obj/item/disk/body_record/disk = null
|
||||
var/selected_record = FALSE
|
||||
|
||||
Reference in New Issue
Block a user