mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:59:24 +08:00
Chore: Add MAP_CLEAR_PERCENTAGE_SHORT
This commit is contained in:
@@ -319,7 +319,10 @@ class FastForwardHandler(AutoSearchHandler):
|
||||
Pages:
|
||||
in: MAP_PREPARATION
|
||||
"""
|
||||
return color_bar_percentage(self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
|
||||
percent = color_bar_percentage(self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
|
||||
if self.config.MAP_CLEAR_PERCENTAGE_SHORT:
|
||||
percent *= 1.4
|
||||
return percent
|
||||
|
||||
def campaign_name_increase(self, name):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user