Added access restrictions on the syndie shuttle airlocks and controls.

Only agent cards have access to these equipment.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5404 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-12-26 22:30:43 +00:00
parent 08e2733c0c
commit 73231b48fb
5 changed files with 4598 additions and 4585 deletions
+1 -1
View File
@@ -458,7 +458,7 @@
/obj/item/weapon/card/id/syndicate
name = "agent card"
access = list(access_maint_tunnels)
access = list(access_maint_tunnels, access_syndicate)
origin_tech = "syndicate=3"
/obj/item/weapon/card/id/syndicate/afterattack(var/obj/item/weapon/O as obj, mob/user as mob)