forked from public/foundryvtt-reve-de-dragon
Fix bonus case
This commit is contained in:
@ -114,7 +114,7 @@ export class RdDItemSort extends Item {
|
||||
let bonusCaseList = this.buildBonusCaseList(sort.data.bonuscase, false);
|
||||
for( let bc of bonusCaseList) {
|
||||
if (bc.case == coordTMR) { // Case existante
|
||||
return bc.bonus;
|
||||
return Number(bc.bonus);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user