diff --git a/assets/cn/template/TEMPLATE_COMBAT_LOADING.png b/assets/cn/template/TEMPLATE_COMBAT_LOADING.png index 2bf0123f5..9086656f0 100644 Binary files a/assets/cn/template/TEMPLATE_COMBAT_LOADING.png and b/assets/cn/template/TEMPLATE_COMBAT_LOADING.png differ diff --git a/assets/en/template/TEMPLATE_COMBAT_LOADING.png b/assets/en/template/TEMPLATE_COMBAT_LOADING.png index 2bf0123f5..9086656f0 100644 Binary files a/assets/en/template/TEMPLATE_COMBAT_LOADING.png and b/assets/en/template/TEMPLATE_COMBAT_LOADING.png differ diff --git a/assets/jp/template/TEMPLATE_COMBAT_LOADING.png b/assets/jp/template/TEMPLATE_COMBAT_LOADING.png index 2bf0123f5..9086656f0 100644 Binary files a/assets/jp/template/TEMPLATE_COMBAT_LOADING.png and b/assets/jp/template/TEMPLATE_COMBAT_LOADING.png differ diff --git a/module/combat/combat.py b/module/combat/combat.py index 5fed4186a..ffeb42ca8 100644 --- a/module/combat/combat.py +++ b/module/combat/combat.py @@ -67,7 +67,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan Returns: bool: """ - image = self.image_crop((0, 620, 1280, 720), copy=False) + image = self.image_crop((0, 620, 1280, 690), copy=False) similarity, button = TEMPLATE_COMBAT_LOADING.match_luma_result(image) if similarity > 0.85: loading = (button.area[0] + 38 - LOADING_BAR.area[0]) / (LOADING_BAR.area[2] - LOADING_BAR.area[0])