Patch Jovani to only give 60 reward if 20 reward has been gotten.

This commit is contained in:
gymnast86
2026-04-17 18:23:40 -07:00
parent 0f0c10d26a
commit 7606998ba6
+2 -1
View File
@@ -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)) {