From 3d595fc6127dc9e98c4dc4a61c6a5532e4e654aa Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 15 Dec 2014 20:48:24 +0100 Subject: [PATCH] AI ending message fix --- code/game/gamemodes/malfunction/malfunction.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/malfunction/malfunction.dm b/code/game/gamemodes/malfunction/malfunction.dm index 79dd518948b..44bfc034acc 100644 --- a/code/game/gamemodes/malfunction/malfunction.dm +++ b/code/game/gamemodes/malfunction/malfunction.dm @@ -106,8 +106,8 @@ /datum/game_mode/malfunction/proc/capture_the_station() - world << {"The AI has won!
- It has fully taken control of all of [station_name()]'s systems."} + world << "The AI has won!" + world << "It has fully taken control of all of [station_name()]'s systems." to_nuke_or_not_to_nuke = 1 for(var/datum/mind/AI_mind in malf_ai)