Battle: spawn sphere boxes even less frequently, 2x -> 16x

This commit is contained in:
James R 2023-06-14 21:18:57 -07:00
parent 17da46eda5
commit 5546f7e7a7

View file

@ -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++)