This commit is contained in:
Guti
2024-09-18 18:33:15 +02:00
parent 06a46a237b
commit a3c7599065
19 changed files with 2 additions and 146 deletions
@@ -30,15 +30,9 @@
if(stat & (NOPOWER|BROKEN))
to_chat(user, "This device is not powered.")
return
<<<<<<< HEAD
if(istype(W,/obj/item/card/id))
var/obj/item/card/id/ID = W
if(access_keycard_auth in ID.access)
=======
if(istype(W,/obj/item/card/id))
var/obj/item/card/id/ID = W
if(access_keycard_auth in ID.GetAccess())
>>>>>>> master
if(active == 1)
//This is not the device that made the initial request. It is the device confirming the request.
if(event_source)