foundryvtt-wh4-lang-fr-fr/scripts/gnVpxOeBZpNF4HIF.js

4 lines
164 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
if (args.test.result.roll.toString().includes("9") || args.test.result.roll.toString().includes("8"))
{
args.test.result.fumble = game.i18n.localize("Fumble")
}