mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 06:19:56 +00:00
Fixing balcony event
Would trigger twice if you were at the top of the railing during a cutscene.
This commit is contained in:
parent
aeff9a856c
commit
7b34518580
1 changed files with 1 additions and 1 deletions
|
|
@ -437,5 +437,5 @@ def activate_balcony?(ypos)
|
|||
!$scene.menu_open? &&
|
||||
$game_player.y == ypos &&
|
||||
$game_player.direction == 8 &&
|
||||
Input.trigger?(Input::ACTION)
|
||||
Input.trigger?(Input::ACTION) && !$game_system.map_interpreter.running?
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue