forked from public/foundryvtt-wh4-lang-fr-fr
Fix scripts !
This commit is contained in:
@@ -18,7 +18,7 @@ do {
|
||||
if (!choice) break;
|
||||
|
||||
const roll = new Roll("1d10");
|
||||
await roll.toMessage({flavor: this.effet.name});
|
||||
await roll.toMessage({flavor: this.effect.name});
|
||||
|
||||
if (roll.total >= 7) {
|
||||
SL = -1;
|
||||
@@ -28,4 +28,4 @@ do {
|
||||
SL++;
|
||||
} while (true);
|
||||
|
||||
this.effet.setFlag("wfrp4e", "SL", SL);
|
||||
this.effect.setFlag("wfrp4e", "SL", SL);
|
||||
Reference in New Issue
Block a user