fix conflict

This commit is contained in:
Dapoolp 2025-07-11 18:14:10 +02:00
commit 2bb90c9053

View file

@ -181,7 +181,7 @@ export default class DHBaseAction extends foundry.abstract.DataModel {
// Remove when included directly in Actor getRollData // Remove when included directly in Actor getRollData
actorData.prof = actorData.proficiency?.total ?? 1; actorData.prof = actorData.proficiency?.total ?? 1;
actorData.cast = actorData.spellcast?.value ?? 1; actorData.cast = actorData.spellcast?.total ?? 1;
actorData.result = data.roll?.total ?? 1; actorData.result = data.roll?.total ?? 1;
/* actorData.scale = data.costs?.length /* actorData.scale = data.costs?.length
? data.costs.reduce((a, c) => { ? data.costs.reduce((a, c) => {