Skip to content

Commit

Permalink
Also flag direct rewards as FiR
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Feb 4, 2025
1 parent 13d6ee4 commit 661e444
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 @@ -489,6 +489,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;

rewards.push(presetAndMods);

continue;
Expand Down

0 comments on commit 661e444

Please sign in to comment.