mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Lots of rubocop
This commit is contained in:
@@ -197,9 +197,7 @@ class Scene_Map
|
||||
$game_temp.menu_beep = true
|
||||
end
|
||||
elsif Input.trigger?(Input::SPECIAL)
|
||||
unless $game_player.moving?
|
||||
$game_temp.ready_menu_calling = true
|
||||
end
|
||||
$game_temp.ready_menu_calling = true if !$game_player.moving?
|
||||
elsif Input.press?(Input::F9)
|
||||
$game_temp.debug_calling = true if $DEBUG
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user