From 01a8fabaac68604ed225f7528488f00ee493e9ad Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 7 May 2015 23:51:15 -0400 Subject: [PATCH] Removed full access for supers --- code/modules/mob/living/carbon/superheroes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/superheroes.dm b/code/modules/mob/living/carbon/superheroes.dm index d57ff5b56f1..fb4f597bbae 100644 --- a/code/modules/mob/living/carbon/superheroes.dm +++ b/code/modules/mob/living/carbon/superheroes.dm @@ -40,7 +40,7 @@ /datum/superheroes/proc/assign_id(var/mob/living/carbon/human/H) var/obj/item/weapon/card/id/syndicate/W = new(H) W.registered_name = H.real_name - W.access = get_all_accesses() + W.access = list(access_maint_tunnels) if(class == "Superhero") W.name = "[H.real_name]'s ID Card (Superhero)" W.assignment = "Superhero"