mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Fixed being able to open both menus at once
You could open both inventory and menu at once if you were walking. But now you can't.
This commit is contained in:
parent
03f4610e20
commit
79e70e8821
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ class Scene_Map
|
|||
# Process menu opening
|
||||
unless $game_system.map_interpreter.running? ||
|
||||
$game_system.menu_disabled ||
|
||||
@fast_travel.visible
|
||||
@fast_travel.visible || $game_temp.menu_calling == true || $game_temp.item_menu_calling == true
|
||||
if !@menu.visible && Input.trigger?(Input::MENU)
|
||||
$game_temp.menu_calling = true
|
||||
$game_temp.menu_beep = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue