Mt. silver (unfinished) maps & events

This commit is contained in:
infinitefusion
2022-11-26 18:49:22 -05:00
parent 75569daf27
commit 1482c4c1d0
21 changed files with 5 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ class Game_Player < Game_Character
end
def update_command
self.move_speed = 0.5 if $game_switches[SWITCH_SUPER_SLOW_SPEED]
if $game_player.pbTerrainTag.ice
self.move_speed = 4 # Sliding on ice
elsif !moving? && !@move_route_forcing && $PokemonGlobal