This commit is contained in:
Joscha Maier
2024-11-04 00:47:13 +01:00
parent bc71b3d2cc
commit dd42e5487c
6 changed files with 18 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ export default class PlayerCharacter extends ActorGeneral
}
static LOCALISATION_PREFIXES = ["PlayerCharacter"];
prepareBaseData() {
super.prepareBaseData();
let effectsToApply = this.gatherEffects();