Compare commits
1 Commits
72bf0fb4a4
...
cbfbb1e903
Author | SHA1 | Date | |
---|---|---|---|
cbfbb1e903 |
@ -848,7 +848,7 @@ export const addMissionRewards = async (
|
||||
if (conquestType == "HexConquest") {
|
||||
inventory.EchoesHexConquestCacheScoreMission ??= 0;
|
||||
if (score > inventory.EchoesHexConquestCacheScoreMission) {
|
||||
for (const reward of labConquestRewards) {
|
||||
for (const reward of hexConquestRewards) {
|
||||
if (score >= reward.at && inventory.EchoesHexConquestCacheScoreMission < reward.at) {
|
||||
const rolled = getRandomReward(reward.pool)!;
|
||||
logger.debug(`rolled hex conquest reward for reaching ${reward.at} points`, rolled);
|
||||
|
Loading…
x
Reference in New Issue
Block a user