Fix scripts !

This commit is contained in:
2026-01-29 11:43:28 +01:00
parent 0e8237c233
commit 752a6701c0
104 changed files with 195 additions and 193 deletions

View File

@@ -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);