1
This commit is contained in:
parent
1327432502
commit
b8025639d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user