From 50210c6ff2f35a6eeff393a0d2509a40bfc9532b Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 17 Jul 2015 01:06:05 +0200 Subject: [PATCH] Enable malf AI jobbans --- code/game/gamemodes/game_mode.dm | 1 + code/modules/admin/topic.dm | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 997926885ec..14dd7e1e3d0 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -591,6 +591,7 @@ proc/get_nt_opposed() if(BE_TRAITOR) roletext="traitor" if(BE_OPERATIVE) roletext="operative" if(BE_WIZARD) roletext="wizard" + if(BE_MALF) roletext="malf AI" if(BE_REV) roletext="revolutionary" if(BE_CULTIST) roletext="cultist" if(BE_NINJA) roletext="ninja" diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index d2b3dada0e2..a1eaae00273 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -668,12 +668,11 @@ jobs += "" //Breaking it up so it fits nicer on the screen every 5 entries -/* //Malfunctioning AI //Removed Malf-bans because they're a pain to impliment + //Malfunctioning AI if(jobban_isbanned(M, "malf AI") || isbanned_dept) jobs += "[replacetext("Malf AI", " ", " ")]" else jobs += "[replacetext("Malf AI", " ", " ")]" -*/ //Alien if(jobban_isbanned(M, "alien") || isbanned_dept)