diff --git a/src/module/rolls/roll.ts b/src/module/rolls/roll.ts index e0720a3c..8a4c6292 100644 --- a/src/module/rolls/roll.ts +++ b/src/module/rolls/roll.ts @@ -1,7 +1,7 @@ import { DS4Check } from "./check"; export class DS4Roll = Record> extends Roll { - static CHAT_TEMPLATE = "systems/ds4/templates/roll/roll.hbs"; + static CHAT_TEMPLATE = "systems/ds4/templates/dice/roll.hbs"; /** * This only differs from {@link Roll.render} in that it provides `isCoup` and `isFumble` properties to the roll