diff --git a/Data/Scripts/004_Game classes/008_Game_Player.rb b/Data/Scripts/004_Game classes/008_Game_Player.rb index db7bba940..6c03a8b19 100644 --- a/Data/Scripts/004_Game classes/008_Game_Player.rb +++ b/Data/Scripts/004_Game classes/008_Game_Player.rb @@ -419,7 +419,7 @@ class Game_Player < Game_Character update_stop if $game_temp.in_menu && @stopped_last_frame update_screen_position(last_real_x, last_real_y) # Update dependent events - if (!@moved_last_frame || @stopped_last_frame) && (moving? || jumping?) + if (!@moved_last_frame || @stopped_last_frame) && (moving? || jumping?) && !@bumping $game_temp.followers.move_followers end $game_temp.followers.update