foundryvtt-wh4-lang-fr-fr/reference_scripts/X3vpmNUj9SL2CDnF.js

2 lines
118 B
JavaScript
Raw Normal View History

2024-06-06 21:09:27 +02:00
let item = args.actor.items.find(i => i.name.includes("Flying Jib"));
item.name += ` (Disabled by ${this.item.name})`;