fix: 肉鸽开局烧水奖励领取失败

This commit is contained in:
status102
2025-02-08 20:09:52 +08:00
parent 5da87abdc1
commit dc69337d22

View File

@@ -45,6 +45,7 @@ bool asst::RoguelikeCustomStartTaskPlugin::verify(AsstMsg msg, const json::value
return false;
}
if (type == RoguelikeCustomType::Reward) {
m_waiting_to_run = type;
return true;
}
if (type == RoguelikeCustomType::Squad) {