From ca6e85defa825d29f6f1f801a9408975fcd1c2fa Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Mon, 28 Jul 2014 23:09:06 +0200 Subject: [PATCH] Update changeling.dm Add Security Pod Pilot, Nanotrasen Recruiter and Magistrate where appropriate. --- code/game/gamemodes/changeling/changeling.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/changeling/changeling.dm b/code/game/gamemodes/changeling/changeling.dm index b22aee7eadf..4353c6532ea 100644 --- a/code/game/gamemodes/changeling/changeling.dm +++ b/code/game/gamemodes/changeling/changeling.dm @@ -8,7 +8,7 @@ var/list/possible_changeling_IDs = list("Alpha","Beta","Gamma","Delta","Epsilon" name = "changeling" config_tag = "changeling" restricted_jobs = list("AI", "Cyborg") - protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel", "Blueshield", "Nanotrasen Representative") + protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel", "Blueshield", "Nanotrasen Representative", "Security Pod Pilot", "Nanotrasen Recruiter", "Magistrate") required_players = 2 required_players_secret = 10 required_enemies = 1 @@ -245,4 +245,4 @@ var/list/possible_changeling_IDs = list("Alpha","Beta","Gamma","Delta","Epsilon" if(dna_owner == DNA.real_name) chosen_dna = DNA break - return chosen_dna \ No newline at end of file + return chosen_dna