Skip to content

Commit

Permalink
Fixes the FIB agent spawner. (Aurorastation#7994)
Browse files Browse the repository at this point in the history
  • Loading branch information
NonQueueingMatt authored Jan 12, 2020
1 parent 127a421 commit 9c4132c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/ghostroles/spawner/human/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9c4132c

Please sign in to comment.