feat: derelict vault rewards #1049

Merged
OrdisPrime merged 3 commits from derelict-vaults into main 2025-02-28 12:36:01 -08:00
Showing only changes of commit c102a459b6 - Show all commits

View File

@ -310,8 +310,7 @@ export const addMissionRewards = async (
if (rewardInfo.useVaultManifest) { if (rewardInfo.useVaultManifest) {
MissionRewards.push({ MissionRewards.push({
StoreItem: getRandomElement(corruptedMods), StoreItem: getRandomElement(corruptedMods),
ItemCount: 1, ItemCount: 1
FromEnemyCache: true
}); });
} }