mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 刷理智代理倍率移除1000适配
This commit is contained in:
@@ -72,11 +72,10 @@ bool asst::FightTask::set_params(const json::value& params)
|
||||
|
||||
m_fight_times_prt->set_fight_times(times);
|
||||
if (series == 1000) {
|
||||
Log.warn("================ DEPRECATED ================");
|
||||
Log.warn("series = 1000, 已弃用");
|
||||
Log.warn("================ DEPRECATED ================");
|
||||
m_fight_times_prt->set_series(0);
|
||||
m_medicine_plugin->set_reduce_when_exceed(true);
|
||||
Log.error("================ DEPRECATED ================");
|
||||
Log.error("series = 1000, 已弃用");
|
||||
Log.error("================ DEPRECATED ================");
|
||||
return false;
|
||||
} // v5.16.0
|
||||
else if (series < -1 || series > 6) {
|
||||
Log.error("Invalid series");
|
||||
|
||||
Reference in New Issue
Block a user