diff --git a/scripts/cat/cats.py b/scripts/cat/cats.py index d2170841bf..b53cbe0f6b 100644 --- a/scripts/cat/cats.py +++ b/scripts/cat/cats.py @@ -3486,6 +3486,10 @@ def determine_next_and_previous_cats( if filter_func(check_cat) ] + if game.clan.instructor in sorted_specific_list: + sorted_specific_list.remove(game.clan.instructor) + sorted_specific_list.insert(0, game.clan.instructor) + idx = sorted_specific_list.index(self) return (