mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Fixed sliding on ice having the camera lag behind
This commit is contained in:
@@ -522,7 +522,8 @@ end
|
||||
#===============================================================================
|
||||
def pbBikeCheck
|
||||
if $PokemonGlobal.surfing || $PokemonGlobal.diving ||
|
||||
(!$PokemonGlobal.bicycle && $game_player.pbTerrainTag.must_walk)
|
||||
(!$PokemonGlobal.bicycle &&
|
||||
($game_player.pbTerrainTag.must_walk || $game_player.pbTerrainTag.must_walk_or_run))
|
||||
pbMessage(_INTL("Can't use that here."))
|
||||
return false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user