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

6 lines
189 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (["cast", "channelling", "pray"].includes(args.type))
{
args.abort = true;
this.script.scriptNotification("Impossible d'incanter un Sort ou d'utiliser un Prière");
2024-05-16 17:57:51 +02:00
}
else return true;