mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: RoguelikeTheme check
[skip changelog]
This commit is contained in:
@@ -70,7 +70,7 @@ bool asst::RoguelikeRecruitTaskPlugin::_run()
|
||||
|
||||
++m_recruit_count;
|
||||
|
||||
if (m_config->get_theme() == "Sarkaz" && m_config->get_mode() == RoguelikeMode::Investment &&
|
||||
if (m_config->get_theme() == RoguelikeTheme::Sarkaz && m_config->get_mode() == RoguelikeMode::Investment &&
|
||||
(m_config->get_squad() == "点刺成锭分队" ||
|
||||
(m_config->get_squad() == "后勤分队" && m_config->get_start_with_seed()))) {
|
||||
ProcessTask(*this, { "Sarkaz@RoguelikeRecruit-GiveUp" }).run();
|
||||
|
||||
Reference in New Issue
Block a user