From be32d28719f37b59acf4daa3b96f2655bfefc9f5 Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Mon, 28 Jul 2014 23:09:09 +0200 Subject: [PATCH] Update cult.dm Add Security Pod Pilot, Nanotrasen Recruiter and Magistrate where appropriate. --- code/game/gamemodes/cult/cult.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/cult/cult.dm b/code/game/gamemodes/cult/cult.dm index f66ae358010..b236ef43cc1 100644 --- a/code/game/gamemodes/cult/cult.dm +++ b/code/game/gamemodes/cult/cult.dm @@ -21,8 +21,8 @@ /datum/game_mode/cult name = "cult" config_tag = "cult" - restricted_jobs = list("Chaplain","AI", "Cyborg", "Lawyer", "Head of Security", "Captain", "Head of Personnel", "Blueshield", "Nanotrasen Representative") - protected_jobs = list("Security Officer", "Warden", "Detective") + restricted_jobs = list("Chaplain","AI", "Cyborg", "Lawyer", "Head of Security", "Captain", "Head of Personnel", "Blueshield", "Nanotrasen Representative", "Nanotrasen Recruiter", "Magistrate") + protected_jobs = list("Security Officer", "Warden", "Detective", "Security Pod Pilot") required_players = 5 required_players_secret = 15 required_enemies = 3