diff --git a/tasks/combat/support.py b/tasks/combat/support.py index c844182fa..a97caf287 100644 --- a/tasks/combat/support.py +++ b/tasks/combat/support.py @@ -159,7 +159,10 @@ class CombatSupport(UI): name=COMBAT_SUPPORT_LIST_SCROLL.name) if scroll.appear(main=self): if not scroll.at_bottom(main=self): + # Dropdown to load the entire support list, so large threshold is acceptable + scroll.drag_threshold, backup = 0.2, scroll.drag_threshold scroll.set_bottom(main=self) + scroll.drag_threshold = backup scroll.set_top(main=self) logger.info("Searching support")