Fixed weapons/armor not counting towards the sacrifice reward budget/item count

This commit is contained in:
Dev 2024-09-01 09:57:07 +01:00
parent b0cd48ac0c
commit 030efeae49

View File

@ -219,6 +219,8 @@ export class CircleOfCultistService {
this.itemHelper.remapRootItemId(presetAndMods);
itemsRewardedCount++;
totalCost += this.itemHelper.getItemPrice(randomItemTplFromPool);
rewards.push(presetAndMods);
continue;