Fix wrong roll template location
This commit is contained in:
parent
e219a5b72a
commit
7fe6ae9bc7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { DS4Check } from "./check";
|
||||
|
||||
export class DS4Roll<D extends Record<string, unknown> = Record<string, unknown>> extends Roll<D> {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue