From eb413621956e11548ef5ba82d3b24955b5d36824 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 30 Jun 2023 19:15:23 -0700 Subject: [PATCH] K_RunPaperItemSpawners: always give monitors 3 item types --- src/k_battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_battle.c b/src/k_battle.c index f6844cdb0..f3b358729 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)