mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 减少肉鸽单次操作截图次数
This commit is contained in:
@@ -438,8 +438,8 @@ bool asst::RoguelikeBattleTaskPlugin::do_once()
|
||||
if (!update_deployment(false, image)) {
|
||||
return false;
|
||||
}
|
||||
update_cost();
|
||||
update_kills();
|
||||
update_cost(image);
|
||||
update_kills(image);
|
||||
|
||||
std::unordered_set<std::string> cur_cooling;
|
||||
size_t cur_available_count = 0; // without drones
|
||||
|
||||
Reference in New Issue
Block a user