From efc2c160450f0333a8f529561c851b32264085c8 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 22 Feb 2019 23:44:28 -0500 Subject: [PATCH] makes the roundend notification in irc more verbose --- code/__HELPERS/roundend.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm index c3b7a6bfed..e186bfc2af 100644 --- a/code/__HELPERS/roundend.dm +++ b/code/__HELPERS/roundend.dm @@ -192,7 +192,7 @@ //Set news report and mode result mode.set_round_result() - send2irc("Server", "Round just ended.") + send2irc("Server", "Round of [mode.name] just ended[mode_result == "undefined" ? "." : "with a [mode_result]."] Survival rate: [PERCENT(popcount[POPCOUNT_SURVIVORS]/total_players)]%") if(length(CONFIG_GET(keyed_list/cross_server))) send_news_report()