mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: do not spawn UFO during Overtime
This commit is contained in:
parent
4d334a2bb9
commit
e58253a2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ void K_RunPaperItemSpawners(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if (leveltime == g_battleufo.due)
|
||||
if (leveltime == g_battleufo.due && overtime == false)
|
||||
{
|
||||
Obj_SpawnBattleUFOFromSpawner();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue