Add icons and background

This commit is contained in:
2022-11-09 23:48:08 +01:00
parent 4f04a3c97b
commit ad5f91fbb2
3 changed files with 34 additions and 27 deletions

View File

@ -94,8 +94,8 @@ export class HawkmoonActor extends Actor {
getHistorique() {
return this.items.find(item => item.type == "historique")
}
getProfil() {
return this.items.find(item => item.type == "profil")
getProfils() {
return this.items.filter(item => item.type == "profil")
}
getTalents() {
return this.items.filter(item => item.type == "talent")