forked from public/foundryvtt-wh4-lang-fr-fr
Nombreuses corections de scripts...
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
let test = await this.actor.setupCharacteristic("s", {appendTitle : ` - ${this.effect.name}`, fields : {difficulty : "difficult"}});
|
||||
|
||||
await Test.roll();
|
||||
await test.roll();
|
||||
|
||||
if (Test.Échoué)
|
||||
if (test.failed)
|
||||
{
|
||||
|
||||
if (Test.isCriticalFumble == "fumble")
|
||||
if (test.isCriticalFumble == "fumble")
|
||||
{
|
||||
return this.script.message(`<strong>${this.actor.name}</strong> meurt alors qu'il est entraîné dans l'Aethyr (à moins qu'il ne dépense un point de Destinée pour éviter cela).`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user