fix: 肉鸽非投资模式禁用种子刷钱

This commit is contained in:
status102
2025-02-07 17:16:53 +08:00
parent aeea33aff4
commit 03e54aecd5

View File

@@ -83,7 +83,8 @@ bool asst::RoguelikeCustomStartTaskPlugin::load_params(const json::value& params
m_collectible_mode_squad = params.get("collectible_mode_squad", m_squad);
}
if (params.get("start_with_seed", false)) { // 种子刷钱,强制随心所欲
if (m_config->get_mode() == RoguelikeMode::Investment &&
params.get("start_with_seed", false)) { // 种子刷钱,强制随心所欲
set_custom(RoguelikeCustomType::Roles, "随心所欲");
}
else {