From 37c38d5c1a537ba9912cc97b2f1ba5593a641934 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 16 Aug 2026 13:35:59 -0400 Subject: [PATCH] The tally says what "longest game" counts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 142 "moves" was really 142 logged commands — steps, spells, passes, end-turns alike. The line now says so. Co-Authored-By: Claude Fable 5 --- packages/web/src/Help.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/Help.svelte b/packages/web/src/Help.svelte index 63f21e8..73b9987 100644 --- a/packages/web/src/Help.svelte +++ b/packages/web/src/Help.svelte @@ -81,7 +81,7 @@
{stats.commandsPlayed}
spells, steps, and punches recorded in the ledgers
{hours(Number(stats.minutesAtTable))}
spent at the table, by the clock between moves
{stats.winsByTreasure} / {stats.winsByLastStanding}
victories by treasure-theft / by last wizard standing
-
{stats.longestGameCommands}
moves in the longest game yet played
+
{stats.longestGameCommands}
actions in the longest game yet played — every step, spell, and pass in its ledger
{stats.fullestTable}
wizards at the fullest table
{stats.hotseatGames}
of the games were hotseat tables, reporting in anonymously