Added new dialog settings to configure default skill list.
Added uuid compatibility for tooltips
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user