[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:
CHOMPStation2
2024-09-17 21:24:13 +02:00
committed by GitHub
co-authored by Heroman3003 Kashargul Kashargul
parent 6159cecfc8
commit 4153768ba1
444 changed files with 3341 additions and 2440 deletions
@@ -67,7 +67,7 @@
// High security - can only be operated when the user has an ID with access on them.
var/obj/item/weapon/card/id/I = usr.GetIdCard()
if(!istype(I) || !(access_network in I.access))
if(!istype(I) || !(access_network in I.GetAccess()))
return TRUE
switch(action)