# Reviewed game-night derivative

The recorded Ergod attachment `game-night-final.html` remains unchanged. Its SHA-256 is `c937664bf05ca86e893aefc0baa886203ed9e7df189beb68461718d199e0e72f`.

The homepage's default interactive board is `game-night-reviewed.html` (SHA-256 `5783b62c007a7caf65a472e457a8b1b9e7434867917b712c383c9bf3caf943e4`). It is a **local reviewed derivative**, not a new Ergod attachment. A single line was added to the row button handler:

```js
tdAv.textContent = obj[p] ? '✓' : '—';
```

The original handler updated the button, totals, recommendation, announcement, and print sheet, but left the neighboring `Avail` cell at its initial glyph. This derivative updates that cell in the same click. The original file is still available through [the sandboxed recorded-final viewer](result-final.html); the [default reviewed viewer](result.html) uses the fixed copy. Both viewers run attachments in `sandbox="allow-scripts"` with an opaque origin.

The 23-second editorial review film shows the **original** recorded final attachment, not this derivative. The film's source and limits are described in [FILM-PROVENANCE.md](FILM-PROVENANCE.md). The game-night run was in personal web Work using fictional people. The Rooms illustration on the homepage is a separate current UI fixture, not footage of this Work run.
