mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 02:01:15 +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…
Reference in a new issue