chore: faithful handling when ki'teer signa was rolled
All checks were successful
Build / build (pull_request) Successful in 1m20s

This commit is contained in:
Sainan 2025-07-26 20:49:15 +02:00
parent bb3c3e01b0
commit 232d223597

View File

@ -581,7 +581,7 @@ const handleBoosterPackPurchase = async (
purchaseResponse.InventoryChanges, purchaseResponse.InventoryChanges,
await addItem(inventory, specialItemReward.Item) await addItem(inventory, specialItemReward.Item)
); );
// TOVERIFY: Is the SpecialItemRewardAttenuation entry removed now? atten.Atten = 0;
} else { } else {
atten.Atten += specialItemReward.PityIncreaseRate!; atten.Atten += specialItemReward.PityIncreaseRate!;
} }