From 365c0c8664a42c41547d17c310df33e2d34e95ed Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 26 Jul 2025 15:13:27 +0200 Subject: [PATCH] Fixed DualityReroll DiceSoNice --- module/dice/dualityRoll.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/dice/dualityRoll.mjs b/module/dice/dualityRoll.mjs index bb982b9c..8ad61996 100644 --- a/module/dice/dualityRoll.mjs +++ b/module/dice/dualityRoll.mjs @@ -230,7 +230,7 @@ export default class DualityRoll extends D20Roll { options: { appearance: {} } }; - const diceSoNicePresets = await getDiceSoNicePresets(); + const diceSoNicePresets = await getDiceSoNicePresets(`d${term._faces}`, `d${term._faces}`); const type = target.dataset.type; if (diceSoNicePresets[type]) { diceSoNiceRoll.dice[0].options = diceSoNicePresets[type];