Amélioration messages de stress

This commit is contained in:
Vincent Vandemeulebrouck
2021-01-29 12:08:02 +01:00
parent 861e8de590
commit a12f9bbf01
5 changed files with 78 additions and 57 deletions

View File

@ -249,7 +249,7 @@ export class RdDCommands {
getCoutXpCarac(msg, params) {
if (params && params.length == 1) {
let to = Number(params[0]);
RdDCommands._chatAnswer(msg, `Coût pour passer une caractéristique de ${to - 1} à ${to}: ${RdDUtility.getCaractXp(to)}`);
RdDCommands._chatAnswer(msg, `Coût pour passer une caractéristique de ${to - 1} à ${to}: ${RdDUtility.getCaracXp(to)}`);
}
else {
return false;