test picker with img

actor perm and selected character
fix for some key case in french lang
This commit is contained in:
Vlyan
2020-12-10 23:34:41 +01:00
parent 88162a11c4
commit 8f59902130
10 changed files with 43 additions and 14 deletions

View File

@@ -111,7 +111,7 @@ export class ActorSheetL5r5e extends ActorSheet {
*/
async _createFeat() {
const data = {
name: game.i18n.localize("L5r5e.FeatPlaceholderName"),
name: game.i18n.localize("l5r5e.featplaceholdername"),
type: "feat",
};
const created = await this.actor.createEmbeddedEntity("OwnedItem", data);