mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-13 04:10:20 +08:00
Upd: method dorm_food_run
This commit is contained in:
@@ -563,8 +563,7 @@ class RewardCommission(UI, InfoHandler):
|
||||
if self.config.SERVER in ['cn']:
|
||||
if self.appear(OIL_MAXED, offset=(20, 20), interval=3):
|
||||
logger.info("Oil maxed, buy food to consume oil")
|
||||
RewardDorm(self.config, self.device).dorm_run(
|
||||
feed=False, collect=False, buy_furniture=False, buy_food=10)
|
||||
RewardDorm(self.config, self.device).dorm_food_run(amount=10)
|
||||
self.ui_ensure(page_reward)
|
||||
continue
|
||||
# Check GET_SHIP at last to handle random white background at page_main
|
||||
|
||||
Reference in New Issue
Block a user