Merge branch 'fix-wrong-roll-template-location' into 'master'
Fix wrong roll template location See merge request dungeonslayers/ds4!102
This commit is contained in:
commit
3d999c4cf9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { DS4Check } from "./check";
|
import { DS4Check } from "./check";
|
||||||
|
|
||||||
export class DS4Roll<D extends Record<string, unknown> = Record<string, unknown>> extends Roll<D> {
|
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
|
* This only differs from {@link Roll.render} in that it provides `isCoup` and `isFumble` properties to the roll
|
||||||
|
|
Loading…
Reference in a new issue