scenario: ground/gr-a11-ground-ou description: > GROUND—OU restores a Denied Problem (GR-A11), and a Denied Problem is not otherwise revealable (GR-P02). A mode's sub-choice must belong to that mode (GR-A10). covers: [GR-A11, GR-P02, GR-P01] provisional: false seed: 42 setup: players: 3 preset: standard-3p patch: "lead": 0 "problems.2.denied": true commands: - actor: P1 cmd: select_action args: { action: GROUND } - actor: P2 cmd: select_action args: { action: INVESTIGATE, problem: 3 } - actor: P3 cmd: select_action args: { action: INVESTIGATE, problem: 3 } - actor: SYSTEM cmd: reveal # GR-A10: GROUND—GR takes no sub-choice. - actor: P1 cmd: choose_ground_mode args: { mode: GR, choice: restore_problem, problem: 2 } - actor: P1 cmd: choose_ground_mode args: { mode: OU, choice: restore_problem, problem: 2 } - actor: SYSTEM cmd: resolve expect: events: - kind: ProblemRestored problem: 2 state: "problems.2.denied": false "problems.2.face_up": true rejects: [4]