i18n: 自动战斗编队 技能等级不足i18n, CN 使用理智药及碎石 (#15435)

* i18n: 自动战斗编队 技能等级不足i18n, CN 使用理智药及碎石

* i18n: KR

* docs: 使用理智药

---------

Co-authored-by: HX3N <scarlet7518@gmail.com>
This commit is contained in:
Status102
2026-01-18 18:53:26 +08:00
committed by GitHub
parent c765852e27
commit aeff2ba9e6
11 changed files with 26 additions and 19 deletions

View File

@@ -283,7 +283,7 @@ ProcessTask::NodeStatus ProcessTask::run_task(const HitDetail& hits)
status()->set_number(Status::ProcessTaskLastTimePrefix + task_name, time(nullptr));
// 减少其他任务的执行次数
// 例如,进入药剂恢复的界面了,相当于上一次点蓝色开始行动没生效
// 例如,进入使用理智药的界面了,相当于上一次点蓝色开始行动没生效
// 所以要给蓝色开始行动的次数减一
for (const std::string& other_task : task->reduce_other_times) {
if (int& v = m_exec_times[other_task]; v > 0) {