forked from public/foundryvtt-wh4-lang-fr-fr
Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
if (args.test.failed) {
|
||||
let applicableCharacteristics = ["ws", "bs", "s", "fel", "ag", "t", "dex"];
|
||||
if (applicableCharacteristics.includes(args.test.characteristicKey)) {
|
||||
this.actor.addCondition("stunned");
|
||||
}
|
||||
}
|
||||
|
||||
if (args.test.failed)
|
||||
{
|
||||
let applicableCharacteristics = ["ws", "bs", "s", "fel", "ag", "t", "dex"];
|
||||
if (applicableCharacteristics.includes(args.test.characteristicKey))
|
||||
{
|
||||
this.actor.addCondition("stunned");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user