some work on 20 questions

fix on actor narrative : social_standing -> social
This commit is contained in:
Vlyan
2020-12-14 23:50:35 +01:00
parent 45ca9d1071
commit a86a0f3ab6
6 changed files with 157 additions and 69 deletions

View File

@@ -134,8 +134,6 @@ export class NpcSheetL5r5e extends ActorSheet {
* @param {string} skillId Unique ID of the skill been clicked.
*/
async _onSkillClicked(skillId) {
console.log("Clicked on skill " + skillId);
new game.l5r5e.DicePickerDialog({ skillId: skillId, actor: this.actor }).render();
new game.l5r5e.DicePickerDialog({ skillId: skillId, actor: this.actor }).render(true);
}
}