Minor fixes
This commit is contained in:
@ -160,6 +160,7 @@ export class PegasusActorSheet extends ActorSheet {
|
||||
const li = $(ev.currentTarget).parents(".item");
|
||||
let itemId = li.data("item-id");
|
||||
this.actor.updatePerkStatus( itemId, ev.currentTarget.value)
|
||||
this.render()
|
||||
});
|
||||
|
||||
html.find('.power-cost-spent').change(ev => {
|
||||
|
Reference in New Issue
Block a user