Files
wfrp-4e-de/reference_scripts/dkiNmwFXztIVbuxg.js
T
2025-05-02 12:24:44 +02:00

8 lines
235 B
JavaScript

let currentCareer = this.actor.system.currentCareer;
if (!currentCareer || currentCareer.system.talents.includes(game.i18n.localize("NAME.Frenzy")))
{
return
}
currentCareer.system.talents.push(game.i18n.localize("NAME.Frenzy"));