forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/ZTE8LdRblyG4yYoE.js
Normal file
8
reference_scripts/ZTE8LdRblyG4yYoE.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (args.test.result.castOutcome == "success")
|
||||
{
|
||||
// Wait till after chat card is posted
|
||||
game.wfrp4e.utility.sleep(500).then(() => {
|
||||
game.wfrp4e.utility.postTerror(1, this.effect.name)
|
||||
game.wfrp4e.utility.postTerror(2, this.effect.name)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user