First setup
This commit is contained in:
@ -67,15 +67,13 @@ export class SoSActorSheet extends ActorSheet {
|
||||
this.actor.rollStat(statName);
|
||||
});
|
||||
html.find('.edge-draw').click((event) => {
|
||||
this.actor.drawEdge();
|
||||
this.actor.resetDeck();
|
||||
this.render(true);
|
||||
});
|
||||
html.find('.lock-unlock-sheet').click((event) => {
|
||||
this.options.editStatSkill = !this.options.editStatSkill;
|
||||
this.render(true);
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user