K_RunPaperItemSpawners: always give monitors 3 item types

This commit is contained in:
James R 2023-06-30 19:15:23 -07:00
parent ea6db0a561
commit eb41362195

View file

@ -500,7 +500,7 @@ void K_RunPaperItemSpawners(void)
const UINT8 r = spotMap[P_RandomKey(PR_ITEM_ROULETTE, spotAvailable)];
Obj_ItemSpotAssignMonitor(spotList[r], Obj_SpawnMonitor(
spotList[r], 1 + pcount, firstUnspawnedEmerald));
spotList[r], 3, firstUnspawnedEmerald));
}
for (i = 0; i < spotCount; ++i)