more fields

This commit is contained in:
Kashargul
2024-09-11 19:53:11 +02:00
committed by GitHub
parent 08cdbedb7c
commit 241e179ada
5 changed files with 9 additions and 9 deletions
@@ -32,7 +32,7 @@
return
if(istype(W,/obj/item/weapon/card/id))
var/obj/item/weapon/card/id/ID = W
if(access_keycard_auth in ID.access)
if(access_keycard_auth in ID.GetAccess())
if(active == 1)
//This is not the device that made the initial request. It is the device confirming the request.
if(event_source)