This commit is contained in:
Dapoolp 2025-07-31 11:53:14 +02:00
parent 95a8df6f94
commit b6cb3526c3
12 changed files with 200 additions and 23 deletions

View file

@ -2,6 +2,6 @@ import DHAdversaryRoll from './adversaryRoll.mjs';
export default class DHDualityRoll extends DHAdversaryRoll {
get messageTemplate() {
return 'systems/daggerheart/templates/ui/chat/duality-roll-temp.hbs';
return 'systems/daggerheart/templates/ui/chat/roll.hbs';
}
}