forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
@ -12,7 +12,7 @@ export class DialogFabriquerPotion extends Dialog {
|
||||
}
|
||||
const potionData = DialogFabriquerPotion.prepareData(item, brinsMinimum)
|
||||
const options = { classes: ["dialogfabriquerpotion"], width: 600, height: 160, 'z-index': 99999 }
|
||||
const html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/dialog-fabriquer-potion-base.html', potionData)
|
||||
const html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/dialog-fabriquer-potion-base.hbs', potionData)
|
||||
|
||||
new DialogFabriquerPotion(actor, potionData, html, options).render(true)
|
||||
}
|
||||
|
Reference in New Issue
Block a user