Z: a free prediction -- the two Chance sites should cost 14 words on a 7-player Zuul save

This commit is contained in:
alex 2026-09-08 10:45:53 -04:00
parent da823d3b36
commit 82f92b6ced

View file

@ -575,3 +575,10 @@ one object; the site instrument had to be told.
its cost — which is how it will announce itself.
* Three turns of one save. The two `Chance` sites fired 8/8 every turn with no variation, so nothing here
says what makes them fire *fewer* times, and `FUN_00893290`'s own gating is unmeasured.
**A free prediction, for whoever runs this next.** If the 8 calls per site are one per entry of the server's
player vector, then on any **Zuul** save — where that vector holds **7**, not 8 (§8) — the two sites should
cost **14** words per turn instead of 16, and the turn total should drop by 2 for the same activity. The
Zuul runs in §9 were made with the earlier build and carry no site table, so this is untested; it is the
cheapest available check on what `FUN_00893290` iterates, and it does not require identifying the function
first.