Agent cards can copy access levels off other IDs now, removing the need for traitors to carry around their old IDs if they want to get into their own departments - and allows them to copy the access of others subtly.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5260 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
d_h2005@yahoo.com
2012-12-05 16:15:45 +00:00
parent 242e708631
commit 57d907f00e
2 changed files with 14 additions and 1 deletions

View File

@@ -458,10 +458,15 @@
/obj/item/weapon/card/id/syndicate
name = "agent card"
desc = "Shhhhh."
access = list(access_maint_tunnels)
origin_tech = "syndicate=3"
/obj/item/weapon/card/id/syndicate/afterattack(var/obj/item/weapon/O as obj, mob/user as mob)
if(istype(O, /obj/item/weapon/card/id))
var/obj/item/weapon/card/id/I = O
src.access |= I.access
/obj/item/weapon/card/id/syndicate_command
name = "syndicate ID card"
desc = "An ID straight from the Syndicate."