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

This commit is contained in:
Leo
2017-07-16 13:44:23 -03:00
committed by AnturK
parent 9539352210
commit ca59ca6c23
105 changed files with 592 additions and 543 deletions

View File

@@ -118,7 +118,7 @@
if(foundIDs.len)
for(var/obj/item/weapon/card/id/ID in foundIDs)
ID.name = "lead agent card"
ID.access += GLOB.access_syndicate_leader
ID.access += ACCESS_SYNDICATE_LEADER
else
message_admins("Warning: Nuke Ops spawned without access to leave their spawn area!")