diff --git a/modular_zubbers/code/modules/quote_of_the_round/ticker.dm b/modular_zubbers/code/modules/quote_of_the_round/ticker.dm index ca4f728349d..e9ebc365b7f 100644 --- a/modular_zubbers/code/modules/quote_of_the_round/ticker.dm +++ b/modular_zubbers/code/modules/quote_of_the_round/ticker.dm @@ -34,6 +34,6 @@ . = ..() /datum/controller/subsystem/ticker/proc/generate_quote_of_the_round() - return "A shift on [SSmapping.current_map.map_name] has ended. <@&[CONFIG_GET(string/game_alert_role_id)]> get ready! A new round on **[SSmap_vote.next_map_config.map_name]** starts soon!\n\ + return "The shift has ended. Get ready, a new round on **[SSmap_vote.next_map_config.map_name]** starts soon! <@&[CONFIG_GET(string/game_alert_role_id)]>\n\ [pick(strings("quote_of_the_round.json", "workers"))] [pick(strings("quote_of_the_round.json", "action"))] [pick(strings("quote_of_the_round.json", "message"))] that occured during said shift:\n\ > *[quote_of_the_round_text]*\n \\- *[quote_of_the_round_attribution]*"