mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
fixes water currents + recompile for trainer teams
This commit is contained in:
@@ -56,7 +56,7 @@ class Game_Player < Game_Character
|
||||
self.move_speed = 4 # Sliding on ice
|
||||
elsif !moving? && !@move_route_forcing && $PokemonGlobal
|
||||
if $PokemonGlobal.bicycle
|
||||
self.move_speed = 5 # Cycling
|
||||
self.move_speed = $game_switches[RACE_BIKE] ? 5.5 : 5 # Cycling
|
||||
elsif pbCanRun? || $PokemonGlobal.surfing
|
||||
self.move_speed = 4 # Running, surfing
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user