Minor various fixes

This commit is contained in:
2022-11-28 13:58:04 +01:00
parent 7755d87e48
commit 9e70a12b98
5 changed files with 75 additions and 53 deletions

View File

@@ -580,7 +580,7 @@ export class PegasusActorCreate {
/* -------------------------------------------- */
async showGlobalSpec() {
let formData = this.createFormData("select-global-spec")
let excludedSpecs = this.actor.items.filter(it => it.type == "specialisation" && it.system.level >= 4)
let excludedSpecs = this.actor.items.filter(it => it.type == "specialisation" && it.system.level >= 5)
formData.specs = []
for (let spec of this.specs) {
let isOK = true