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

4 lines
136 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
if (this.actor.has("Undead") || this.actor.has("Daemonic"))
{
this.script.scriptNotification(`Cannot enter ${this.effect.name}!`);
}