From 76ac836350ed57798dc7e013753a7779b054e935 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sun, 17 Jan 2016 22:17:38 -0600 Subject: [PATCH] Law Fix --- code/datums/mind.dm | 1 - code/game/gamemodes/traitor/traitor.dm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 22b7df55380..2fa309fbb05 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -1089,7 +1089,6 @@ if(isAI(current)) var/mob/living/silicon/ai/A = current ticker.mode.add_law_zero(A) - A.show_laws() if("autoobjectives") ticker.mode.forge_traitor_objectives(src) diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 5369f3a2fdf..3ad2e4c1b7b 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -206,7 +206,6 @@ var/law_borg = "Accomplish your AI's objectives at all costs." killer << "Your laws have been changed!" killer.set_zeroth_law(law, law_borg) - killer << "New law: 0. [law]" give_codewords(killer) killer.set_syndie_radio() killer << "Your radio has been upgraded! Use :t to speak on an encrypted channel with Syndicate Agents!" @@ -215,6 +214,7 @@ killer.view_core() //A BYOND bug requires you to be viewing your core before your verbs update killer.verbs += /mob/living/silicon/ai/proc/choose_modules killer.malf_picker = new /datum/module_picker + killer.show_laws() /datum/game_mode/proc/auto_declare_completion_traitor() if(traitors.len)