Merge pull request #14828 from ReoDaProtovali/AgentCardFeedback

Agent ID Feedback
This commit is contained in:
Heroman3003
2023-05-01 11:28:40 +10:00
committed by CHOMPStation2
parent b6b1c06e85
commit 34e44f0c7e

View File

@@ -30,7 +30,7 @@
if(istype(O, /obj/item/weapon/card/id))
var/obj/item/weapon/card/id/I = O
src.access |= I.access
if(player_is_antag(user.mind))
if(player_is_antag(user.mind) || registered_user == user)
to_chat(user, "<span class='notice'>The microscanner activates as you pass it over the ID, copying its access.</span>")
/obj/item/weapon/card/id/syndicate/attack_self(mob/user as mob)