Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let roll = await new Roll("1d10").roll();
|
||||
let roll = await new Roll("1d10").roll({allowInteractive : false});
|
||||
roll.toMessage(this.script.getChatData());
|
||||
args.totalWoundLoss = Math.max(0, args.totalWoundLoss - roll.total)
|
||||
args.modifiers.other.push({label: this.effect.name, value : -1 * roll.total})
|
||||
|
||||
Reference in New Issue
Block a user