Minor fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user