Skip to content

Commit

Permalink
Flagged armor/weapon rewards from Cultist circle as found in raid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Feb 4, 2025
1 parent 99dcade commit 13d6ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/src/services/CircleOfCultistService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,10 @@ export class CircleOfCultistService {
const presetAndMods = this.itemHelper.replaceIDs(defaultPreset._items);
this.itemHelper.remapRootItemId(presetAndMods);

// Set item as FiR
presetAndMods[0].upd ||= {};
presetAndMods[0].upd.SpawnedInSession = true;

rewardItemCount++;
totalRewardCost += this.itemHelper.getItemPrice(randomItemTplFromPool);
rewards.push(presetAndMods);
Expand Down

0 comments on commit 13d6ee4

Please sign in to comment.