From 370ab8ebf9e5fc7a335134235f43eecd4de74a5d Mon Sep 17 00:00:00 2001 From: "d_h2005@yahoo.com" Date: Sat, 29 Dec 2012 05:11:07 +0000 Subject: [PATCH] Adds a line of feedback when an antagonist scans an ID with an agent card. The goal of this is to provide helpful feedback to the player without making it easier to metagame. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5417 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/weapon.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index 33bb7a3cc18..00524b0aa80 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -465,6 +465,9 @@ if(istype(O, /obj/item/weapon/card/id)) var/obj/item/weapon/card/id/I = O src.access |= I.access + if(istype(user, /mob/living) && user.mind) + if(user.mind.special_role) + usr << "\blue The card's microscanners activate as you pass it over the ID, copying its access." /obj/item/weapon/card/id/syndicate_command