[MIRROR] We love word games (#11552)

Co-authored-by: eghughguhhhhhh <Hawoogabooga@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-31 17:00:41 -07:00
committed by GitHub
parent 03653c4d73
commit 74d68be7e3
11 changed files with 2596 additions and 3 deletions

View File

@@ -98,6 +98,19 @@ GLOBAL_LIST_EMPTY(refined_chems_sold)
end_dols = FLOOR(end_dols * 100,1) / 100 // Truncate decimals
valid_stats_list.Add("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]! <br>"
word_export += "There were [SSnerdle.total_players] players this shift!<br>"
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)
if(SSnerdle.player_attempts[i] > 0)
if(i < 7)
word_export += "There were [SSnerdle.player_attempts[i]] people who got it in [i]! [splashes[i]]<br>"
else
word_export += "And there were [SSnerdle.player_attempts[i]] losers who couldn't quite get it. You'll get em next time!<br>"
valid_stats_list.Add(word_export)
if(LAZYLEN(valid_stats_list))
to_chat(world, span_world("Shift trivia!"))