fix: 萨卡兹肉鸽种子存钱分队选择失败

This commit is contained in:
status102
2025-01-21 22:45:23 +08:00
parent 9c2b777b05
commit 04cd0505c5

View File

@@ -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();
}