Cleanup
- Partage méthode pour label des types - Methode joining pour concaténation - suppression template obsolete - Déplacement de singleton rencontre dans game.system.rdd - init des commandes lazy
This commit is contained in:
@ -192,7 +192,7 @@ export class SystemCompendiumTable {
|
||||
}
|
||||
|
||||
typeName() {
|
||||
return game.i18n.localize(`${this.type.toUpperCase()}.Type${Misc.upperFirst(this.subType)}`);
|
||||
return Misc.typeName(this.type, this.subType);
|
||||
}
|
||||
applyType(filter) {
|
||||
return it => it.type == this.subType && filter(it);
|
||||
|
Reference in New Issue
Block a user