forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
7
reference_scripts/id9ZdkERMZnZTWXt.js
Normal file
7
reference_scripts/id9ZdkERMZnZTWXt.js
Normal file
@ -0,0 +1,7 @@
|
||||
if (args.extendedTest?.getFlag("wfrp4e", "fear"))
|
||||
{
|
||||
this.script.scriptNotification("Immune to Fear");
|
||||
args.extendedTest.delete();
|
||||
args.abort = true;
|
||||
}
|
||||
return args.options.terror || args.extendedTest?.getFlag("wfrp4e", "fear")
|
Reference in New Issue
Block a user