From 762fcf7918dc52dcf64b878245118929bf9b6881 Mon Sep 17 00:00:00 2001 From: nesquik <24830358+lbnesquik@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:47:38 +0200 Subject: [PATCH] Fixes a little typo in round stats. (#19667) --- code/_helpers/roundstats.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_helpers/roundstats.dm b/code/_helpers/roundstats.dm index 2e99ffb8661..693e8214536 100644 --- a/code/_helpers/roundstats.dm +++ b/code/_helpers/roundstats.dm @@ -177,7 +177,7 @@ GLOBAL_LIST_EMPTY(refined_chems_sold) valid_stats_list.Add("[gws] gigawatt[gws > 1 ? "s" : ""] of power were sold! For a total of: [points] points, or [end_dols] [end_dols > 1 ? "thalers" : "thaler"]!") if(SSnerdle) - var/word_export = "This shift's nerdle Was: [SSnerdle.target_word]!
" + var/word_export = "This shift's nerdle was: [SSnerdle.target_word]!
" word_export += "There were [SSnerdle.total_players] players this shift!
" var/list/splashes = list("We know what you are!", "That's how we do!", "Basically free!", "Hear them roar!", "The streak is alive!","Don't fall for them tricks!") for(var/i in 1 to SSnerdle.player_attempts.len)