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:
Johannes Loher 2021-04-25 16:32:47 +00:00
commit 3d999c4cf9

View file

@ -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