Fix conflict

This commit is contained in:
Dapoolp 2025-06-29 20:52:50 +02:00
commit f9377ec409
20 changed files with 309 additions and 255 deletions

View file

@ -17,14 +17,6 @@ export default class DhpActor extends Actor {
this.updateSource({ prototypeToken });
}
prepareData() {
super.prepareData();
}
async _preUpdate(changed, options, user) {
super._preUpdate(changed, options, user);
}
async updateLevel(newLevel) {
if (this.type !== 'character' || newLevel === this.system.levelData.level.changed) return;