feat: granum void/purgatory rewards #1663

Merged
Sainan merged 3 commits from granum-void into main 2025-04-16 06:30:43 -07:00
Showing only changes of commit 8a9388b076 - Show all commits

View File

@ -1148,7 +1148,11 @@ function getRandomMissionDrops(RewardInfo: IRewardInfo, tierOverride: number | u
][qualification % 3] ][qualification % 3]
); );
if (drop) { if (drop) {
drops.push({ StoreItem: drop.type, ItemCount: drop.itemCount }); drops.push({
StoreItem: drop.type,
ItemCount: drop.itemCount,
FromEnemyCache: true // to show "identified"
});
} }
} }
} }