From 9c4132ca484821e8ab18cd7792ace02c8ebce0c8 Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Sun, 12 Jan 2020 14:19:42 +0100 Subject: [PATCH] Fixes the FIB agent spawner. (#7994) --- code/modules/ghostroles/spawner/human/admin.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/ghostroles/spawner/human/admin.dm b/code/modules/ghostroles/spawner/human/admin.dm index c187190ab07..bc7b079d1d3 100644 --- a/code/modules/ghostroles/spawner/human/admin.dm +++ b/code/modules/ghostroles/spawner/human/admin.dm @@ -151,11 +151,8 @@ name = "FIB Agent" desc = "Investigate issues related to crimes under the jurisdiction of the Federal Investigations Bureau." - enabled = FALSE landmark_name = "CCIAAgent" - req_perms = null - req_perms_edit = R_CCIAA - max_count = 1 + req_perms = R_CCIAA outfit = /datum/outfit/admin/nt/fib possible_species = list("Human")