6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
|
let type = this.item.getFlag("wfrp4e", "breath");
|
||
|
|
||
|
if (["fire", "electricity", "poison"].includes(type))
|
||
|
{
|
||
|
args.applyAP = false;
|
||
|
}
|