From c9c648f7ad552bc72837b782c708147bbd8e90e4 Mon Sep 17 00:00:00 2001 From: Artur Date: Sat, 30 Nov 2019 00:07:02 +0200 Subject: [PATCH] Whoops forgot about citadel restricted jobs --- code/game/gamemodes/bloodsucker/bloodsucker.dm | 4 ++-- code/game/gamemodes/bloodsucker/hunter.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/bloodsucker/bloodsucker.dm b/code/game/gamemodes/bloodsucker/bloodsucker.dm index dd62c8bb8d..2f3514bf6c 100644 --- a/code/game/gamemodes/bloodsucker/bloodsucker.dm +++ b/code/game/gamemodes/bloodsucker/bloodsucker.dm @@ -17,7 +17,7 @@ antag_flag = ROLE_BLOODSUCKER false_report_weight = 1 restricted_jobs = list("AI","Cyborg") - protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel", "Deputy") + protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel", "Chief Engineer", "Chief Medical Officer", "Research Director", "Quartermaster", "Chaplain") required_players = 0 required_enemies = 1 recommended_enemies = 4 @@ -291,4 +291,4 @@ return TRUE /datum/game_mode/proc/remove_vassal(datum/mind/vassal) - vassal.remove_antag_datum(ANTAG_DATUM_VASSAL) + vassal.remove_antag_datum(ANTAG_D \ No newline at end of file diff --git a/code/game/gamemodes/bloodsucker/hunter.dm b/code/game/gamemodes/bloodsucker/hunter.dm index e575dacded..2092db3154 100644 --- a/code/game/gamemodes/bloodsucker/hunter.dm +++ b/code/game/gamemodes/bloodsucker/hunter.dm @@ -15,7 +15,7 @@ // Set Restricted Jobs if(CONFIG_GET(flag/protect_roles_from_antagonist)) - no_hunter_jobs += list("Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel", "Deputy") + no_hunter_jobs += list("Security Officer", "Warden", "Detective", "Head of Security", "Captain", "Head of Personnel", "Chief Engineer", "Chief Medical Officer", "Research Director", "Quartermaster") if(CONFIG_GET(flag/protect_assistant_from_antagonist)) no_hunter_jobs += "Assistant"