Minor fixes

This commit is contained in:
2020-11-29 14:43:53 +01:00
parent c3a7388592
commit d804187215
5 changed files with 7 additions and 3 deletions

View File

@@ -81,6 +81,8 @@ export class ActorSheetKH extends ActorSheet {
}
}
skills.sort((a,b) => (a.name > b.name) ? 1 : ((b.name > a.name) ? -1 : 0));
// Assign and return
actorData.skills = skills;
actorData.talents = talents;