Chamber 4 signal operators before chamber 5 signal operators

This commit is contained in:
Matt Penny 2024-02-29 12:05:22 -05:00
parent 5862ed99c2
commit db1bb3f5ea

View file

@ -32,8 +32,8 @@ cutscenes:
- q_sound SOUNDS_02_PART2_SUCCESS_1 CH_GLADOS PORTAL_02_PART2_SUCCESS_1
- q_sound SOUNDS_02_PART2_SUCCESS_2 CH_GLADOS PORTAL_02_PART2_SUCCESS_2
operators:
- exit = exit or escape_hatch
- 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
- exit = exit or escape_hatch
- double_door = should_open_door and not_in_room