Merge v1.5 -> v10

This commit is contained in:
2022-06-26 16:55:59 +02:00
13 changed files with 326 additions and 136 deletions

View File

@ -312,7 +312,7 @@ export class RdDActorSheet extends ActorSheet {
// Boutons spéciaux MJs
html.find('.forcer-tmr-aleatoire').click(async event => {
this.actor.cacheTMRetMessage();
this.actor.reinsertionAleatoire("Action MJ");
});
html.find('.afficher-tmr').click(async event => {
this.actor.afficheTMRetMessage();