Ame/Ame max

This commit is contained in:
2025-10-26 13:47:59 +01:00
parent 2fac292459
commit a39d214f1b
77 changed files with 295 additions and 619 deletions

View File

@@ -118,9 +118,6 @@ export class MournbladeCYD2Actor extends Actor {
getEquipments() {
return this.getItemSorted(["equipement"])
}
getArtefacts() {
return this.getItemSorted(["artefact"])
}
getArmors() {
return this.getItemSorted(["protection"])
}
@@ -136,12 +133,6 @@ export class MournbladeCYD2Actor extends Actor {
getRessources() {
return this.getItemSorted(["ressource"])
}
getContacts() {
return this.getItemSorted(["contact"])
}
getMutations() {
return this.getItemSorted(["mutation"])
}
getDons() {
return this.getItemSorted(["don"])
}