mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix: 萨卡兹肉鸽种子存钱分队选择失败
This commit is contained in:
@@ -38,5 +38,5 @@ bool asst::RoguelikeInputSeedTaskPlugin::verify(AsstMsg msg, const json::value&
|
||||
|
||||
bool asst::RoguelikeInputSeedTaskPlugin::_run()
|
||||
{
|
||||
return ProcessTask(*this, { m_config->get_theme() + "@Roguelike@StartExploreWithSeed" }).run();
|
||||
return ProcessTask(*this, { m_config->get_theme() + "@Roguelike@StartExploreWithSeed" }).set_times_limit("Roguelike@StartExplore", 0).run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user