4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
|
if (args.test.result.castOutcome == "success")
|
||
|
{
|
||
|
args.test.result.other.push(`@Fear[2,${this.actor.name}]`);
|
||
|
}
|