mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
chore: 改个任务名防止误解
This commit is contained in:
@@ -6424,7 +6424,7 @@
|
||||
40
|
||||
]
|
||||
},
|
||||
"BattleUseSkill": {
|
||||
"BattleUseSkillJustClick": {
|
||||
"algorithm": "JustReturn",
|
||||
"rearDelay": 100,
|
||||
"action": "ClickRect",
|
||||
|
||||
@@ -350,7 +350,7 @@ bool asst::RoguelikeBattleTaskPlugin::use_skill(const Rect& rect)
|
||||
m_ctrler->click(rect);
|
||||
sleep(Task.get("BattleUseOper")->pre_delay);
|
||||
|
||||
ProcessTask task(*this, { "BattleUseSkill" });
|
||||
ProcessTask task(*this, { "BattleUseSkillJustClick" });
|
||||
task.set_retry_times(0);
|
||||
return task.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user