Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
let test = await this.actor.setupCharacteristic("i", {skipTargets: true, appendTitle : " - Assomé", fields : {difficulty : "easy"}})
|
||||
await test.roll();
|
||||
let test = await this.actor.setupCharacteristic("i", {skipTargets: true, appendTitle : ` - ${this.effet.name}`, fields : {difficulty : "easy"}})
|
||||
await Test.roll();
|
||||
|
||||
if (!test.succeeded)
|
||||
if (!Test.succeeded)
|
||||
{
|
||||
this.actor.addCondition("stunned");
|
||||
}
|
||||
Reference in New Issue
Block a user