Fix #28 : switch to manual BP management

This commit is contained in:
2025-01-09 16:18:08 +01:00
parent 3adb34d721
commit 03a54d86e6
7 changed files with 32 additions and 11 deletions

View File

@ -20,7 +20,6 @@ export default class CthulhuEternalSkill extends foundry.abstract.TypeDataModel
/** @override */
static LOCALIZATION_PREFIXES = ["CTHULHUETERNAL.Skill"]
prepareDerivedData() {
super.prepareDerivedData();
this.skillTotal = this.computeScore();