mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 修复肉鸽笔误
This commit is contained in:
@@ -633,7 +633,7 @@ asst::RoguelikeBattleTaskPlugin::DeployInfo asst::RoguelikeBattleTaskPlugin::cal
|
||||
}
|
||||
|
||||
if (cur_result.second + extra_dist_score > max_score) {
|
||||
max_score = cur_result.second;
|
||||
max_score = cur_result.second + extra_dist_score;
|
||||
best_location = loc;
|
||||
best_direction = cur_result.first;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user