Ajout et fixes divers

This commit is contained in:
2023-03-07 19:33:12 +01:00
parent 71649bb52f
commit 7b5d7c9119
13 changed files with 208 additions and 43 deletions

View File

@@ -130,6 +130,9 @@ export class HeritiersActor extends Actor {
getCapacites() {
return this.items.filter(item => item.type == "capacitenaturelle")
}
getFee() {
return this.items.find(item => item.type == "fee")
}
/* -------------------------------------------- */
getSkills() {
let comp = []