forked from public/foundryvtt-reve-de-dragon
Information sur le mode de TMR
Affichage d'information en cas de mode visualisation, ou si le MJ monte dans les TMR avec le personnage d'un joueur
This commit is contained in:
@ -3202,8 +3202,7 @@ export class RdDActor extends Actor {
|
||||
isRapide: isRapide
|
||||
}
|
||||
|
||||
let html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/dialog-tmr.html', tmrFormData);
|
||||
this.currentTMR = await RdDTMRDialog.create(html, this, tmrFormData);
|
||||
this.currentTMR = await RdDTMRDialog.create(this, tmrFormData);
|
||||
this.currentTMR.render(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user