foundryvtt-wh4-lang-fr-fr/scripts/11uCC0mK2uL783al.js

6 lines
134 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let type = this.item.getFlag("wfrp4e", "breath");
if (["feu", "electricité", "poison"].includes(type))
2024-05-16 17:57:51 +02:00
{
args.applyAP = false;
}