This commit is contained in:
aozhiwei 2022-08-31 15:25:59 +08:00
parent 1327432502
commit b8025639d6

View File

@ -258,6 +258,9 @@ void Incubator::OnEnterNewWave(int wave)
if (room->IsGameOver()) {
return;
}
if (timeout_) {
return;
}
if (
room->pve_data.refreshed_mon > 0 &&
room->pve_data.mon_num > 0