fix: RoguelikeTheme check

[skip changelog]
This commit is contained in:
status102
2025-02-07 17:22:28 +08:00
parent 03e54aecd5
commit 1e7dea2aa4

View File

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