Chamber04: set wait time in CHECK_TRAPPED to ~6 seconds

test_chamber_02.yaml: operator sorting
This commit is contained in:
Deconimus 2024-02-29 13:28:42 +01:00
parent 93d6d33b2b
commit 5862ed99c2

View file

@ -13,7 +13,7 @@ cutscenes:
- set_signal cube_dropper
- start_cutscene CHECK_TRAPPED
CHECK_TRAPPED:
- wait_for_signal cube_corridor 210
- wait_for_signal cube_corridor 180
- q_sound 08_PART1_TRAPPED_1 CH_GLADOS PORTAL_08_PART1_TRAPPED_1
- q_sound 08_PART1_TRAPPED_2 CH_GLADOS PORTAL_08_PART1_TRAPPED_2
- wait_for_channel CH_GLADOS
@ -35,5 +35,5 @@ operators:
- should_open_door = exit_2_0 and exit_2_1
- should_open_door = should_open_door or bad_person
- not_in_room = not in_room
- double_door = should_open_door and not_in_room
- exit = exit or escape_hatch
- double_door = should_open_door and not_in_room