fix: show endless relic rewards in EOM screen #2813
@ -54,6 +54,9 @@ export const crackRelic = async (
|
||||
(await handleStoreItemAcquisition(reward.type, inventory, reward.itemCount)).InventoryChanges
|
||||
);
|
||||
|
||||
// Client has picked the reward (for lack of choice)
|
||||
participant.ChosenRewardOwner = participant.AccountId;
|
||||
|
||||
return reward;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user