Fixed weapons/armor not counting towards the sacrifice reward budget/item count
This commit is contained in:
parent
b0cd48ac0c
commit
030efeae49
@ -219,6 +219,8 @@ export class CircleOfCultistService {
|
||||
|
||||
this.itemHelper.remapRootItemId(presetAndMods);
|
||||
|
||||
itemsRewardedCount++;
|
||||
totalCost += this.itemHelper.getItemPrice(randomItemTplFromPool);
|
||||
rewards.push(presetAndMods);
|
||||
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user