mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:50:44 -05:00
Also flag direct rewards as FiR
This commit is contained in:
parent
13d6ee4531
commit
661e444f51
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user