fix: show endless relic rewards in EOM screen #2813

Merged
Sainan merged 7 commits from relic-reward-discrepancy into main 2025-09-26 04:42:10 -07:00
Showing only changes of commit 14d55d6f1e - Show all commits

View File

@ -54,7 +54,7 @@ export const crackRelic = async (
(await handleStoreItemAcquisition(reward.type, inventory, reward.itemCount)).InventoryChanges
);
// Client has picked the reward (for lack of choice)
// Client has picked its own reward (for lack of choice)
participant.ChosenRewardOwner = participant.AccountId;
return reward;