Regarder les TMR

This commit is contained in:
2020-11-14 20:46:39 +01:00
parent a7ac184ca3
commit dc58a00f1a
4 changed files with 58 additions and 21 deletions

View File

@ -275,15 +275,19 @@ export class RdDActorSheet extends ActorSheet {
let armeName = event.currentTarget.text;
this.actor.rollArme( armeName);
});
// Display TMR, normal
html.find('.visu-tmr a').click((event) => {
this.actor.displayTMR( "visu");
});
// Display TMR, normal
html.find('.monte-tmr a').click((event) => {
this.actor.displayTMR( false );
this.actor.displayTMR( "normal" );
});
// Display TMR, fast
html.find('.monte-tmr-rapide a').click((event) => {
this.actor.displayTMR( true );
this.actor.displayTMR( "rapide" );
});
// Display info about queue