Changes all access const to be a define
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user