mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 22:22:55 +00:00
K_RunPaperItemSpawners: always give monitors 3 item types
This commit is contained in:
parent
e65b1531ae
commit
321fa518bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue