#171 - Gestion potion de soins (WIP)

This commit is contained in:
2021-04-04 18:37:16 +02:00
parent e4f432c781
commit a5561b7b88
9 changed files with 99 additions and 18 deletions

View File

@ -67,7 +67,7 @@ export class RdDItemCompetence extends Item {
}
/* -------------------------------------------- */
static getNiveauBase(category) {
return categorieCompetences[category].niveau;
return categorieCompetences[category].base;
}
/* -------------------------------------------- */
static getLabelCategorie(category) {