5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
if (this.actor.hasCondition("surprised"))
|
|
{
|
|
this.actor.removeCondition("surprised")
|
|
this.script.message(`Impossible d'être surpris`);
|
|
} |