Add icons and background
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user