forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts
This commit is contained in:
6
scripts/I1J2m5uud84N50Lk.js
Normal file
6
scripts/I1J2m5uud84N50Lk.js
Normal file
@ -0,0 +1,6 @@
|
||||
if (["cast", "channelling", "pray"].includes(args.type))
|
||||
{
|
||||
args.abort = true;
|
||||
this.script.scriptNotification("Cannot cast Spells or use Prayers");
|
||||
}
|
||||
else return true;
|
Reference in New Issue
Block a user