Debounce chamber 14 stair raise signal

When loading a save file, the cube_retrieved signal is not immediately
set, which causes the stairs to raise.

Require the signal to be set for a few frames to avoid this.
This commit is contained in:
Matt Penny 2024-03-28 01:08:29 -04:00
parent 7dcd6432ec
commit 65120989ed

View file

@ -31,7 +31,7 @@ cutscenes:
- goto pit_loop
CHECK_STAIRS:
- label stair_loop
- wait_for_signal should_raise_stairs
- wait_for_signal should_raise_stairs 5
- play_animation stairs stairs_ascend
- wait_for_animation stairs
- delay 2