diff --git a/src/k_battle.c b/src/k_battle.c index dee57824e..31cd4b39d 100644 --- a/src/k_battle.c +++ b/src/k_battle.c @@ -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)