mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed DSN rolling; removed console messages; chat message clean up
This commit is contained in:
parent
bfc84bdb2d
commit
2e6a17d787
9 changed files with 11 additions and 21 deletions
|
|
@ -89,7 +89,6 @@ export default class DhpChatMessage extends foundry.documents.ChatMessage {
|
|||
}
|
||||
if (this.type === 'fateRoll') {
|
||||
html.classList.add('fate');
|
||||
html.classList.add('hope');
|
||||
}
|
||||
|
||||
const autoExpandRoll = game.settings.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue