mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix: 肉鸽非投资模式禁用种子刷钱
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user