these rewards should show as "identified"
This commit is contained in:
parent
9045f7bf2f
commit
8a9388b076
@ -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"
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user