diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index 465ecd5..076c4cf 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -1777,6 +1777,15 @@ dead end excuses you. (The maze trusts you to honor it.) {/if} + {#if isYourTurn && view.sustained.some((e) => e.cardId === "idiot" && e.targetId === view.you)} +
+ 🥴 "What am I doing here…?" — IDIOT drives you to the nearest of + your own treasures. Spend your movement marching (the maze will + steer your steps); you may cast only counteractions and spells + that speed the trip. It lifts when you stand on your treasure. + (The marching is yours to honor.) +
+ {/if} {#if actionsSpent} {#if view.turn.drawForbidden}
Your own bolt has left you reeling — the rest of this turn is lost, and no cards come with it.