5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
if (args.applyAP)
|
|
{
|
|
args.modifiers.ap.ignored += 2
|
|
args.modifiers.ap.details.push("<strong>" + this.effect.name + "</strong>: Ignore 2 PA");
|
|
} |