Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/dkiNmwFXztIVbuxg.js
Normal file
8
reference_scripts/dkiNmwFXztIVbuxg.js
Normal file
@ -0,0 +1,8 @@
|
||||
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"));
|
Reference in New Issue
Block a user