From 7fe6ae9bc7b51c9b1dd81f57f220727ef59ac362 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 25 Apr 2021 18:31:19 +0200 Subject: [PATCH] Fix wrong roll template location --- src/module/rolls/roll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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