mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
fix conflict
This commit is contained in:
commit
2bb90c9053
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export default class DHBaseAction extends foundry.abstract.DataModel {
|
|||
|
||||
// Remove when included directly in Actor getRollData
|
||||
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.scale = data.costs?.length
|
||||
? data.costs.reduce((a, c) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue