Fixed Title's embed items tooltips.

This commit is contained in:
Vlyan
2021-08-12 12:42:30 +02:00
parent 0d7ddddaee
commit d13ec4049c
6 changed files with 11 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ export class ItemSheetL5r5e extends ItemSheet {
super.activateListeners(html);
// Commons
game.l5r5e.HelpersL5r5e.commonListeners(html);
game.l5r5e.HelpersL5r5e.commonListeners(html, this.actor);
// Everything below here is only needed if the sheet is editable
if (!this.isEditable) {