2024-05-16 17:57:51 +02:00
|
|
|
if (args.test.spell?.getFlag("wfrp4e", "boonOfTzeentch"))
|
|
|
|
{
|
|
|
|
if (args.test.result.minormis || args.test.result.majormis || args.test.result.catastrophicmis)
|
|
|
|
{
|
2024-05-17 09:19:48 +02:00
|
|
|
this.script.scriptMessage(`<strong>${this.effect.name}</strong> s'efface de votre esprit et s'efface de votre grimoire !`)
|
2024-05-16 17:57:51 +02:00
|
|
|
this.effect.sourceItem.delete();
|
|
|
|
}
|
|
|
|
}
|