Add autosave and water death triggers to chamber 14

This commit is contained in:
Matt Penny 2024-03-23 19:02:54 -04:00
parent 3c3f79a839
commit fb4fe2a251
2 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,10 @@ cutscenes:
- wait_for_signal not_cube_near_button - wait_for_signal not_cube_near_button
- set_signal escape_hatch - set_signal escape_hatch
- stop_cutscene CHECK_CUBE_ON_PISTON - stop_cutscene CHECK_CUBE_ON_PISTON
DOOR_ROOM:
- save_checkpoint
DROWN_PLAYER:
- kill_player water
operators: operators:
- not_on_piston = not on_piston - not_on_piston = not on_piston
- not_cube_near_button = not cube_near_button - not_cube_near_button = not cube_near_button