Changes all access const to be a define (#29260)

This commit is contained in:
Leo
2017-07-16 18:44:23 +02:00
committed by AnturK
parent 9539352210
commit ca59ca6c23
105 changed files with 592 additions and 543 deletions
@@ -10,7 +10,7 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new)
idle_power_usage = 2
active_power_usage = 6
power_channel = ENVIRON
req_access = list(GLOB.access_keycard_auth)
req_access = list(ACCESS_KEYCARD_AUTH)
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
var/datum/callback/ev
var/event = ""