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)