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