nerfs criticism again

Co-Authored-By: deathride58 <deathride58@users.noreply.github.com>
This commit is contained in:
Ghom
2019-02-23 22:39:14 -05:00
committed by GitHub
co-authored by deathride58
parent 08b8b8f30b
commit c95f6c3118
+1 -1
View File
@@ -192,7 +192,7 @@
//Set news report and mode result
mode.set_round_result()
var/survival_rate = GLOB.joined_player_list.len ? "PERCENT(popcount[POPCOUNT_SURVIVORS]/GLOB.joined_player_list.len)%" : "there's literally no players"
var/survival_rate = GLOB.joined_player_list.len ? "PERCENT(popcount[POPCOUNT_SURVIVORS]/GLOB.joined_player_list.len)%" : "there's literally no player"
send2irc("Server", "A round of [mode.name] just ended[mode_result == "undefined" ? "." : " with a [mode_result]."] Survival rate: [survival_rate]")