mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +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;
|
return;
|
||||||
|
|
||||||
// Didn't collect enough boxes
|
// Didn't collect enough boxes
|
||||||
if (numgotboxes < nummapboxes)
|
if (numgotboxes < (9*nummapboxes/10))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// wait a teeeensy bit after collecting everything
|
// wait a teeeensy bit after collecting everything
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue