Changes all access const to be a define
This commit is contained in:
@@ -47,7 +47,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
var/sync = 1 //If sync = 0, it doesn't show up on Server Control Console
|
||||
var/first_use = 1 //If first_use = 1, it will try to auto-connect with nearby devices
|
||||
|
||||
req_access = list(GLOB.access_tox) //Data and setting manipulation requires scientist access.
|
||||
req_access = list(ACCESS_TOX) //DATA AND SETTING MANIPULATION REQUIRES SCIENTIST ACCESS.
|
||||
|
||||
var/selected_category
|
||||
var/list/datum/design/matching_designs = list() //for the search function
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
var/heat_gen = 100
|
||||
var/heating_power = 40000
|
||||
var/delay = 10
|
||||
req_access = list(GLOB.access_rd) //Only the R&D can change server settings.
|
||||
req_access = list(ACCESS_RD) //ONLY THE R&D CAN CHANGE SERVER SETTINGS.
|
||||
|
||||
/obj/machinery/r_n_d/server/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user