4 lines
114 B
JavaScript
Raw Permalink Normal View History

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