mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
PR fixes
This commit is contained in:
parent
09f5fbcc28
commit
301a040da2
3 changed files with 4 additions and 23 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue