fix: 傀影肉鸽烧水后无法前往指定难度

fix #16843
This commit is contained in:
uye
2026-05-24 20:54:47 +08:00
parent aef75152fe
commit cc09e5b216

View File

@@ -44,7 +44,7 @@ bool asst::RoguelikeLastRewardTaskPlugin::_run()
Task.set_task_base(stages_task_name, strategy_task_name);
}
if (m_config->get_theme() != RoguelikeTheme::Phantom && mode == RoguelikeMode::Collectible) {
if (/*m_config->get_theme() != RoguelikeTheme::Phantom && */mode == RoguelikeMode::Collectible) {
// 关闭烧开水 Flag将难度调整回用户设置的数值
m_config->set_run_for_collectible(false);
}