Added new dialog settings to configure default skill list.

Added uuid compatibility for tooltips
This commit is contained in:
Vlyan
2023-01-13 15:38:15 +01:00
parent 0b3816587b
commit 1d42d2970d
13 changed files with 292 additions and 37 deletions

View File

@@ -289,7 +289,7 @@ export class MigrationL5r5e {
if (actor.isCharacter && Array.from(actor.items).every(i => i.type !== "skill")) {
// Add skills items
const update = {items: [], name: actor.name};
await game.l5r5e.ActorL5r5e.addSkillsFromCompendiums(update);
await game.l5r5e.ActorL5r5e.addSkillsFromDefaultList(update);
// Set actor value
update.items.forEach(item => {