diff --git a/system/scripts/actors/base-sheet.js b/system/scripts/actors/base-sheet.js index 5bbee74..ffe60ae 100644 --- a/system/scripts/actors/base-sheet.js +++ b/system/scripts/actors/base-sheet.js @@ -56,7 +56,7 @@ export class BaseSheetL5r5e extends ActorSheet { !this.actor.data.data.techniques[item.data.data.technique_type] ) { new Dialog({ - title: "Nope !", + title: game.i18n.localize("l5r5e.techniques.title"), content: game.i18n.localize("l5r5e.techniques.not_allowed"), buttons: { ok: { @@ -68,6 +68,8 @@ export class BaseSheetL5r5e extends ActorSheet { return Promise.resolve(); } + // TODO dropped a item with same id as one owned, add qte instead + // Ok add item return super._onDrop(event); }