mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed being able to Fly in the Town Map despite the Setting, fixed being unable to interact with an event next to you if standing on an event
This commit is contained in:
@@ -308,7 +308,8 @@ class PokemonRegionMap_Scene
|
||||
end
|
||||
elsif Input.trigger?(Input::USE) && @editor # Intentionally after other USE input check
|
||||
pbChangeMapLocation(@map_x, @map_y)
|
||||
elsif Input.trigger?(Input::ACTION) && !@wallmap && !@fly_map && pbCanFly?
|
||||
elsif Input.trigger?(Input::ACTION) && Settings::CAN_FLY_FROM_TOWN_MAP &&
|
||||
!@wallmap && !@fly_map && pbCanFly?
|
||||
pbPlayDecisionSE
|
||||
@mode = (@mode == 1) ? 0 : 1
|
||||
refresh_fly_screen
|
||||
|
||||
Reference in New Issue
Block a user