mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 20:01:21 +00:00
Less strict item respawn requirement
This commit is contained in:
parent
a9c1b3e747
commit
7b01a6c46e
1 changed files with 1 additions and 1 deletions
|
|
@ -9287,7 +9287,7 @@ void P_RespawnBattleSpecials(void)
|
|||
return;
|
||||
|
||||
// Didn't collect enough boxes
|
||||
if (numgotboxes < nummapboxes)
|
||||
if (numgotboxes < (9*nummapboxes/10))
|
||||
return;
|
||||
|
||||
// wait a teeeensy bit after collecting everything
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue