This commit is contained in:
WBHarry 2025-07-23 01:00:12 +02:00
parent e7c3bcc362
commit d31755643f
3 changed files with 38 additions and 90 deletions

View file

@ -54,7 +54,7 @@ Hooks.once('init', () => {
DualityDie
};
CONFIG.Dice.rolls = [...CONFIG.Dice.rolls, ...[DHRoll, DualityRoll, D20Roll, DamageRoll]];
CONFIG.Dice.rolls = [...CONFIG.Dice.rolls, DHRoll, DualityRoll, D20Roll, DamageRoll];
CONFIG.MeasuredTemplate.objectClass = placeables.DhMeasuredTemplate;
const { DocumentSheetConfig } = foundry.applications.apps;