The feet tray learns hazards and the warp step
Two blind spots close. The active body — wizard or ridden mount — standing on a dimensional-warp token gets a "step through the warp" button in the feet tray, dispatching warpStep for the wizard and creatureWarpStep for the mount (the command the RNRX troll report earned). And whatever you stand IN shows as a warning chip: tacks, slime, dust, a pit, the ooze — the near plane's last secrets told. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015RCWSTnb1KYTPyL4GmhGnF
This commit is contained in:
co-authored by
Claude Fable 5
parent
043a8b94a2
commit
728f9fc28a
@@ -1911,7 +1911,10 @@
|
||||
: { type: "pickUpObject", instanceId: w.id })}
|
||||
onCreatureMove={(creatureId, direction) => dispatch({ type: "moveCreature", creatureId, direction })}
|
||||
onCreatureAttack={(creatureId, targetId) => dispatch({ type: "creatureAttack", creatureId, targetId })}
|
||||
onbody={(id) => (fpvBody = id)} />
|
||||
onbody={(id) => (fpvBody = id)}
|
||||
onWarpStep={(creatureId) => dispatch(creatureId
|
||||
? { type: "creatureWarpStep", creatureId }
|
||||
: { type: "warpStep" })} />
|
||||
{/if}
|
||||
<Board
|
||||
{view}
|
||||
|
||||
Reference in New Issue
Block a user