This commit is contained in:
WBHarry 2025-07-10 13:10:47 +02:00
parent 09f5fbcc28
commit 301a040da2
3 changed files with 4 additions and 23 deletions

View file

@ -143,12 +143,6 @@ export default class DualityRoll extends D20Roll {
label: roll.totalLabel
};
const advantageState =
config.roll.advantage == this.ADV_MODE.ADVANTAGE
? true
: config.roll.advantage == this.ADV_MODE.DISADVANTAGE
? false
: null;
setDiceSoNiceForDualityRoll(roll, advantageState);
setDiceSoNiceForDualityRoll(roll, config.roll.advantage);
}
}