From a4680ac5c38f6815e09fddd1a033aeda2d221635 Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Mon, 28 Jul 2014 23:09:01 +0200 Subject: [PATCH] Update vampire.dm Add Security Pod Pilot, Nanotrasen Recruiter and Magistrate where appropriate. --- code/game/gamemodes/vampire/vampire.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/vampire/vampire.dm b/code/game/gamemodes/vampire/vampire.dm index 39dc4ebf989..e1ca56bfdfe 100644 --- a/code/game/gamemodes/vampire/vampire.dm +++ b/code/game/gamemodes/vampire/vampire.dm @@ -7,7 +7,7 @@ /datum/game_mode/vampire name = "vampire" config_tag = "vampire" - restricted_jobs = list("AI", "Cyborg", "Mobile MMI", "Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Chaplain") //Consistent screening has filtered all infiltration attempts on high value jobs + restricted_jobs = list("AI", "Cyborg", "Mobile MMI", "Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Chaplain", "Security Pod Pilot", "Nanotrasen Recruiter", "Magistrate") //Consistent screening has filtered all infiltration attempts on high value jobs protected_jobs = list() required_players = 1 required_players_secret = 15 @@ -493,4 +493,4 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha handle_vampire_cloak() if(istype(loc, /turf/space)) check_sun() - mind.vampire.nullified = max(0, mind.vampire.nullified - 1) \ No newline at end of file + mind.vampire.nullified = max(0, mind.vampire.nullified - 1)