1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 09:17:22 +08:00

Upd: Flagship changing

This commit is contained in:
2024-12-05 10:57:04 +08:00
parent d8dfe7adf7
commit fbd3c23ea7
21 changed files with 15 additions and 10 deletions

View File

@@ -149,6 +149,11 @@ class EquipmentChange(Equipment):
self._equip_equipment(point)
return
if not EQUIPMENT_SCROLL.appear(main=self):
logger.warning('No recorded equipment was found.')
self.ui_back(check_button=globals()[f'EQUIP_TAKE_ON_{index}'], appear_button=EQUIPPING_OFF)
return
for _ in range(0, 15):
self._equipment_swipe()