Typo Message stress
This commit is contained in:
@ -891,7 +891,7 @@ export class RdDUtility {
|
||||
static distribuerStress(stressValue, raison = 'Inconnu', nomJoueur = undefined) {
|
||||
if (game.user.isGM) {
|
||||
if (stressValue == undefined){
|
||||
ui.notifications.warn("Pas de valeuir de stress à distribuer!");
|
||||
ui.notifications.warn("Pas de valeur de stress à distribuer!");
|
||||
return;
|
||||
}
|
||||
if (nomJoueur == undefined) {
|
||||
|
Reference in New Issue
Block a user