fix.修复设置不使用无人机时,也会被巫恋组使用掉的问题

https://github.com/MistEO/MeoAssistantArknights/issues/220
This commit is contained in:
MistEO
2022-02-14 21:44:38 +08:00
parent 63b052b1a1
commit f87e53b110
3 changed files with 8 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ bool asst::DronesForShamareTaskPlugin::verify(AsstMsg msg, const json::value& de
}
if (details.at("what").as_string() == "ProductOfFacility"
&& details.at("details").at("product").as_string() == "Money") {
&& details.at("details").at("product").as_string() == "Money"
&& m_cast_ptr->get_uses_of_drone() == "Money") {
return true;
}
else {