Credibility pass: the reel's scars sanded, the veil finally hung
Three blind reviews over the first-person arc, every finding verified against the source. History-narrating comments made timeless or cut; the stacked BUDDY comment collapsed to one voice. Dead code out: the orphaned FACE copy, the DIR_ANGLE duplicate, the dead loop-counter poke, the impossible-state sentinel. The never-produced "warp" hit kind resolved the right way — warp mouths now hang a translucent veil of the painted warp texture, so art that never rendered finally does. Types tightened (SlabStrike named once, ShareData rides CatchUpStep, botTier loses its casts), the gallery reads MATERIALS instead of a hand-copied list, the chronicle resets through one helper, a superseded share mint rejects instead of stranding, and the conjured safe gains the growth key its siblings had. Tests lose a triple assignment, a tautology, and two self-swallowing regex alternatives. The sprite spec — which still told the artist to paint for additive compositing the renderer no longer uses — now describes the renderer that exists. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
88994f18a2
commit
7a32370ccb
@@ -1124,7 +1124,6 @@ export function automatonCommand(
|
||||
const cursedIdiot = view.sustained.some((e) => e.cardId === "idiot" && e.targetId === view.you);
|
||||
const thief = thiefOfMine(view);
|
||||
if (!cursedIdiot) {
|
||||
|
||||
// Deliver or grab treasure underfoot.
|
||||
if (self.carriedTreasureId && here === cellKey(self.home)) return { type: "dropTreasure" };
|
||||
if (!self.carriedTreasureId) {
|
||||
@@ -1187,8 +1186,6 @@ export function automatonCommand(
|
||||
if ((!view.turn.attackUsed || (adrenalized && !view.turn.secondAttackUsed)) &&
|
||||
view.turn.round > 1) {
|
||||
const sighted = sightedCellsFor(view);
|
||||
// A wizard under the clockwork's own BUDDY pact is off the target list:
|
||||
// attacking them would tear up the pact it just paid a card for.
|
||||
// Whoever cast BUDDY on you is safe from your first strike — the
|
||||
// engine refuses the attack outright. Your OWN pacts are merely
|
||||
// precious: striking someone you pacted tears up your protection.
|
||||
|
||||
Reference in New Issue
Block a user