foundryvtt-wh4-lang-fr-fr/reference_scripts/qxzhPtysAjPWspKf.js

4 lines
136 B
JavaScript

if (this.actor.has("Undead") || this.actor.has("Daemonic"))
{
this.script.scriptNotification(`Cannot enter ${this.effect.name}!`);
}