From 580af58424c9582f70048cb3f0c2fecbceb7b72c Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 16 Aug 2026 11:40:24 -0400 Subject: [PATCH] How-to-play says the base movement is three The rulebook tab had it, but the quick how-to never stated the most basic number in the game. The movement section now opens with it. Co-Authored-By: Claude Fable 5 --- packages/web/src/rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/rules.ts b/packages/web/src/rules.ts index c983165..14de317 100644 --- a/packages/web/src/rules.ts +++ b/packages/web/src/rules.ts @@ -94,7 +94,7 @@ export const HOW_TO_PLAY: RulesSection[] = [ { title: "Moving", body: [ - "Click a square next to your wizard to step there. Blocked steps are refused with a reason. Standing on a lettered edge opening lights its arrow green and pulses the square it leads to — click the arrow to step through.", + "You can move up to three squares on your turn. Click a square next to your wizard to step there; blocked steps are refused with a reason. Standing on a lettered edge opening lights its arrow green and pulses the square it leads to — click the arrow to step through.", "To move farther, select a number card and press “Play for +N movement”.", ], },