Swapping homes stops announcing a body swap

SWAP HOME BASES traded homes correctly but borrowed the
positionsSwapped event, so the chronicle claimed the wizards
themselves changed places. It now speaks its own event — "swap home
bases — the maze's loyalties shift!" — and both hearths shimmer as
their allegiance changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-08-17 15:01:07 -04:00
co-authored by Claude Fable 5
parent e7c8ddc0b3
commit 794b809a1b
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -177,6 +177,11 @@ export function fxForEvents(
}
break;
}
case "homeBasesSwapped":
push({ kind: "shimmer", at: e.aHome });
push({ kind: "shimmer", at: e.bHome }, 200);
beat++;
break;
case "teleported":
push({ kind: "shimmer", at: e.from });
push({ kind: "shimmer", at: e.to }, 200);