diff --git a/src/d/actor/d_a_npc_pouya.cpp b/src/d/actor/d_a_npc_pouya.cpp index 23f9cb490b..888c4bcd63 100644 --- a/src/d/actor/d_a_npc_pouya.cpp +++ b/src/d/actor/d_a_npc_pouya.cpp @@ -554,7 +554,8 @@ BOOL daNpc_Pouya_c::checkChangeEvt() { evtChange(); return TRUE; } - if (dComIfGs_getPohSpiritNum() >= 60) { + // In randomizer, only get the 60 reward if we've already gotten the 20 reward + if (dComIfGs_getPohSpiritNum() >= 60 IF_DUSK(&& randomizer_IsActive() && dComIfGs_isEventBit(0x4D80))) { /* dSv_event_flag_c::F_0458 - Coversation with Jovani after collecting 60 ghosts */ if (!daNpcT_chkEvtBit(0x1CA)) {