bugfixes 1.4

This commit is contained in:
infinitefusion
2021-09-12 15:21:16 -04:00
parent 73d4a83752
commit dd0c64f2b7
35 changed files with 483 additions and 381 deletions

View File

@@ -155,7 +155,7 @@ Events.onStepTakenFieldMovement += proc { |_sender, e|
end
if event == $game_player
currentTag = $game_player.pbTerrainTag
if currentTag.waterfall_crest
if currentTag.waterfall_crest || currentTag.waterfall
pbDescendWaterfall
elsif currentTag.ice && !$PokemonGlobal.sliding
pbSlideOnIce