Follower checks when using some items/moves in the field are now more specific, which should help following Pokémon scripts

This commit is contained in:
Maruno17
2021-12-09 23:30:52 +00:00
parent 79e04bff6c
commit c55f1f0a2a
4 changed files with 17 additions and 9 deletions

View File

@@ -454,7 +454,7 @@ def pbBikeCheck
pbMessage(_INTL("Can't use that here."))
return false
end
if $game_player.has_follower?
if $game_player.can_ride_vehicle_with_follower?
pbMessage(_INTL("It can't be used when you have someone with you."))
return false
end