c1790c7ff6e320ffd361e93ee5704c60c6a0d8de
The original reset helper checks contact words 129 through 133 and starts the DAT600 panel whenever all five are nonzero. This matters after the fifth lock is captured during multiball: the panel is initially deferred, but a later single-ball type-three reset, including record 148, starts it even without a second lock-hole award. Rust only started the panel from its lock completion helper. Mirror the five-contact gate in the shared type-three launcher reset. Extend the multiball completion regression to prove both the special-hole reset path and the separately capped survivor recapture path. Test Plan: - `cargo test --workspace --all-targets --all-features` -- 124 passed - `cargo clippy --workspace --all-targets --all-features -- -D warnings` -- passed - `rumdl check --flavor commonmark RECONSTRUCTION.md CHANGELOG.md` -- passed - `git diff --cached --check` -- passed
Description
No description provided
22 MiB
Languages
C
73.8%
Rust
13.9%
C++
5.1%
Python
4.1%
Shell
1.4%
Other
1.6%