This commit is contained in:
2020-07-25 10:29:28 +02:00
parent c82d0fe8a1
commit b9baa32d02
8 changed files with 110 additions and 66 deletions

View File

@ -160,9 +160,14 @@ export class RdDActorSheet extends ActorSheet {
this.actor.rollArme( armeName);
});
// Display TMR
// Display TMR, normal
html.find('.monte-tmr a').click((event) => {
this.actor.displayTMR( );
this.actor.displayTMR( false );
});
// Display TMR, fast
html.find('.monte-tmr-rapide a').click((event) => {
this.actor.displayTMR( true );
});
// Display info about queue