Less strict item respawn requirement

This commit is contained in:
TehRealSalt 2017-11-05 01:49:31 -05:00
parent a9c1b3e747
commit 7b01a6c46e
1 changed files with 1 additions and 1 deletions

View File

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