mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 00:19:03 +01:00
Fixed DualityReroll DiceSoNice
This commit is contained in:
parent
86b651cc11
commit
365c0c8664
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ export default class DualityRoll extends D20Roll {
|
||||||
options: { appearance: {} }
|
options: { appearance: {} }
|
||||||
};
|
};
|
||||||
|
|
||||||
const diceSoNicePresets = await getDiceSoNicePresets();
|
const diceSoNicePresets = await getDiceSoNicePresets(`d${term._faces}`, `d${term._faces}`);
|
||||||
const type = target.dataset.type;
|
const type = target.dataset.type;
|
||||||
if (diceSoNicePresets[type]) {
|
if (diceSoNicePresets[type]) {
|
||||||
diceSoNiceRoll.dice[0].options = diceSoNicePresets[type];
|
diceSoNiceRoll.dice[0].options = diceSoNicePresets[type];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue