Changes all access const to be a define

This commit is contained in:
CitadelStationBot
2017-07-16 11:44:47 -05:00
parent 344dc1a061
commit 609ae007ae
106 changed files with 618 additions and 539 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
to_chat(user, "<span class='warning'>You don't have an ID.</span>")
return
if(!(GLOB.access_heads in ID.access))
if(!(ACCESS_HEADS in ID.access))
to_chat(user, "<span class='warning'>The access level of your card is not high enough.</span>")
return