mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Job rank and radio channel rework (#8965)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
// Check for required access.
|
||||
var/obj/item/weapon/card/id/current_id = M.wear_id
|
||||
if(citem.req_access && citem.req_access > 0) // These are numbers, not lists
|
||||
if(!(istype(current_id) && (citem.req_access in current_id.access)))
|
||||
if(!(istype(current_id) && (citem.req_access in current_id.GetAccess())))
|
||||
log_debug("Custom Item: [key_name(M)] Does not have required access.")
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user