mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: spawn sphere boxes even less frequently, 2x -> 16x
This commit is contained in:
parent
17da46eda5
commit
5546f7e7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ void K_RunPaperItemSpawners(void)
|
|||
spotMap[i] = i;
|
||||
}
|
||||
|
||||
if ((gametyperules & GTR_SPHERES) && IsOnInterval(2 * interval))
|
||||
if ((gametyperules & GTR_SPHERES) && IsOnInterval(16 * interval))
|
||||
{
|
||||
spotBackup = spotCount;
|
||||
for (i = 0; i < pcount; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue