# Prevent Enhanced Stairs from messing with FollowingPokemon
#-------------------------------------------------------------------------------
class Game_FollowerFactory
alias __followingpkmn__update update unless method_defined?(:__followingpkmn__update)
def update(*args)...