mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 19:27:45 +01:00
Add commission's primogem to totalPrimogem
Fix the bug that commission's primogem isn't included in total primogem count
This commit is contained in:
parent
748cbef011
commit
fa5e35061b
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
}
|
||||
if (parameters[0].amount>0) {
|
||||
let total = parameters[0].amount*60;
|
||||
totalPrimogem += total;
|
||||
result.push({name: $t('calculator.fateCount.dailyCommission'), image: "/images/commission.png", amount: parameters[0].amount, total: total})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue