#171 - Gestion potion de soins

This commit is contained in:
2021-04-04 09:37:35 +02:00
parent f8171fecc3
commit e4f432c781
6 changed files with 35 additions and 8 deletions

View File

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