Gestion des singularites

This commit is contained in:
2022-10-21 09:38:43 +02:00
parent 7ae5ce8d45
commit a100da7cd9
7 changed files with 115 additions and 49 deletions

View File

@ -154,7 +154,7 @@ export class Imperium5ActorSheet extends ActorSheet {
this.render(true);
});
html.find('.item-link a').click((event) => {
const itemId = $(event.currentTarget).data("item-id");
const itemId = $(event.currentTarget).data("item-id")
const item = this.actor.getOwnedItem(itemId);
item.sheet.render(true);
});