From 321fa518bd696f1e9e7ae8a0d0b3760814c77734 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 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)