Merge pull request #2033 from Citadel-Station-13/upstream-merge-29260

[MIRROR] Changes all access const to be a define
This commit is contained in:
LetterJay
2017-07-19 13:18:58 -05:00
committed by GitHub
106 changed files with 903 additions and 808 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