Merged with main

This commit is contained in:
WBHarry 2025-07-19 23:37:08 +02:00
commit 4b82169fbf
74 changed files with 2018 additions and 1299 deletions

View file

@ -164,7 +164,7 @@ export default class DHBaseAction extends foundry.abstract.DataModel {
getRollData(data = {}) {
if (!this.actor) return null;
const actorData = this.actor.getRollData(false);
const actorData = this.actor.system.getRollData(false);
// Add Roll results to RollDatas
actorData.result = data.roll?.total ?? 1;