mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix Attribute rolling. Updated some depreciated values based on warnings.
This commit is contained in:
parent
aa4021d1a2
commit
cb34048ac6
5 changed files with 15 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export default class DhpChatMesssage extends ChatMessage {
|
||||
async renderHTML() {
|
||||
if(this.type === 'dualityRoll' || this.type === 'adversaryRoll' || this.type === 'abilityUse'){
|
||||
this.content = await renderTemplate(this.content, this.system);
|
||||
this.content = await foundry.applications.handlebars.renderTemplate(this.content, this.system);
|
||||
}
|
||||
|
||||
return super.renderHTML();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue