Changes all access const to be a define
This commit is contained in:
@@ -8,7 +8,7 @@ GLOBAL_LIST_EMPTY(rad_collectors)
|
||||
icon_state = "ca"
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
req_access = list(GLOB.access_engine_equip)
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
// use_power = NO_POWER_USE
|
||||
max_integrity = 350
|
||||
integrity_failure = 80
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
var/icon_state_on = "emitter_+a"
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
req_access = list(GLOB.access_engine_equip)
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
|
||||
// The following 3 vars are mostly for the prototype
|
||||
var/manual = FALSE
|
||||
|
||||
Reference in New Issue
Block a user