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