Inc release

This commit is contained in:
2021-12-08 13:53:22 +01:00
parent 2b23e9daec
commit 22392fba66
10 changed files with 262 additions and 49 deletions

View File

@ -162,8 +162,7 @@ export class PegasusActorSheet extends ActorSheet {
html.find('.item-equip').click(ev => {
const li = $(ev.currentTarget).parents(".item");
this.actor.equipItem( li.data("item-id") );
this.render(true);
this.render(true);
});
html.find('.perk-active').click(ev => {
const li = $(ev.currentTarget).parents(".item");