diff --git a/code/game/gamemodes/meteor/meteor.dm b/code/game/gamemodes/meteor/meteor.dm index efe6dc69e9..90e2b85f11 100644 --- a/code/game/gamemodes/meteor/meteor.dm +++ b/code/game/gamemodes/meteor/meteor.dm @@ -46,9 +46,9 @@ survivor_list += "[player.real_name] survived but is stranded without any hope of rescue." if(survivors) - return "The following survived the meteor storm:
[survivor_list.Join("
")]" + return "
The following survived the meteor storm:
[survivor_list.Join("
")]
" else - return "Nobody survived the meteor storm!" + return "
Nobody survived the meteor storm!
" /datum/game_mode/meteor/set_round_result() ..()