Fix Historiques

This commit is contained in:
2022-12-11 18:42:16 +01:00
parent 35b47d5aaf
commit 44141e3982
4 changed files with 9 additions and 6 deletions

View File

@@ -128,8 +128,8 @@ export class HawkmoonActor extends Actor {
getArmors() {
return this.items.filter(item => item.type == "protection")
}
getHistorique() {
return this.items.find(item => item.type == "historique")
getHistoriques() {
return this.items.filter(item => item.type == "historique")
}
getProfils() {
return this.items.filter(item => item.type == "profil")