Création de tâches dans la fenêtre de jets

This commit is contained in:
2025-10-18 00:26:10 +02:00
parent e16f89743a
commit e21f7e398a
9 changed files with 73 additions and 7 deletions

View File

@@ -342,7 +342,7 @@ export class RdDActorSheet extends RdDBaseActorSangSheet {
/* -------------------------------------------- */
async createEmptyTache() {
await this.actor.createItem('tache', 'Nouvelle tache');
await this.actor.createItem(ITEM_TYPES.tache, 'Nouvelle tache')
}
_getActionCombat(event) {