4 lines
146 B
JavaScript
4 lines
146 B
JavaScript
if (this.actor.has("Mort-vivant") || this.actor.has("Démoniaque"))
|
|
{
|
|
this.script.scriptNotification(`Ne peut entrer ${this.effect.name}!`);
|
|
} |