Fix: warn si /stress sans valeur
Sans quoi ça supprime la valeur de stress de tous les joueurs
This commit is contained in:
parent
92653ad87f
commit
48acf42d5c
@ -888,6 +888,10 @@ 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!");
|
||||
return;
|
||||
}
|
||||
if (nomJoueur == undefined) {
|
||||
for (let actor of game.actors) {
|
||||
if (actor.hasPlayerOwner) {
|
||||
|
Loading…
Reference in New Issue
Block a user