makes it so that you can start surfing even if standing on water

This commit is contained in:
infinitefusion
2023-05-07 19:55:39 -04:00
parent bb8b9130c3
commit c08371da52
5 changed files with 1 additions and 2 deletions

View File

@@ -821,7 +821,6 @@ Events.onAction += proc { |_sender, _e|
next if GameData::MapMetadata.exists?($game_map.map_id) &&
GameData::MapMetadata.get($game_map.map_id).always_bicycle
next if !$game_player.pbFacingTerrainTag.can_surf_freely
next if !$game_map.passable?($game_player.x, $game_player.y, $game_player.direction, $game_player)
pbSurf
}