mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
RollTable chat message cleanup (#1012)
This commit is contained in:
parent
540ee49f50
commit
b3062bf5b9
5 changed files with 55 additions and 25 deletions
7
module/dice/baseRoll.mjs
Normal file
7
module/dice/baseRoll.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default class BaseRoll extends Roll {
|
||||
/** @inheritdoc */
|
||||
static CHAT_TEMPLATE = 'systems/daggerheart/templates/ui/chat/foundryRoll.hbs';
|
||||
|
||||
/** @inheritdoc */
|
||||
static TOOLTIP_TEMPLATE = 'systems/daggerheart/templates/ui/chat/foundryRollTooltip.hbs';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue