From 580d50ab05ea8a61c99cd263e47dce624e7e1f20 Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Fri, 1 May 2026 18:25:20 -0700 Subject: [PATCH] comment --- src/d/actor/d_a_npc_myna2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/actor/d_a_npc_myna2.cpp b/src/d/actor/d_a_npc_myna2.cpp index 9952ebd050..2ef05f7360 100644 --- a/src/d/actor/d_a_npc_myna2.cpp +++ b/src/d/actor/d_a_npc_myna2.cpp @@ -1196,7 +1196,7 @@ int daNpc_myna2_c::ECut_gameGoalSuccess(int i_staffId) { int itemNo = 0; if (mFlow.getEventId(&itemNo) == 1) { #if TARGET_PC - // If plumm tries giving us the heart piece, + // If plumm tries giving us the heart piece, give the randomized item instead if (randomizer_IsActive() && itemNo == dItemNo_KAKERA_HEART_e) { itemNo = verifyProgressiveItem(randomizer_getItemAtLocation("Plumm Fruit Balloon Minigame")); }