2024-05-16 17:57:51 +02:00
|
|
|
if (args.test.options.catfall && (args.test.result.roll <= game.settings.get("wfrp4e", "automaticSuccess") || args.test.result.roll <= args.test.target) && !args.test.result.catfall)
|
|
|
|
{
|
2024-05-17 12:46:44 +02:00
|
|
|
args.test.result.other.push(`<b>${this.effect.name}</b>: Dommages de chutes réduit de ${Number(args.test.result.SL) + 1} mètres`)
|
2024-05-16 17:57:51 +02:00
|
|
|
args.test.result.catfall = true; // Prevent duplicate messages
|
|
|
|
}
|