mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
fix: 博朗台模式同时支持等理智药
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4847
This commit is contained in:
@@ -14,7 +14,7 @@ bool asst::DrGrandetTaskPlugin::verify(AsstMsg msg, const json::value& details)
|
||||
}
|
||||
|
||||
const std::string task = details.at("details").at("task").as_string();
|
||||
if (task == "Fight@StoneConfirm") {
|
||||
if (task == "Fight@StoneConfirm" || task == "Fight@MedicineConfirm") {
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user