Skip to content

Commit 9b4cf2f

Browse files
committed
a
1 parent 7a23554 commit 9b4cf2f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"id": "dnd5e",
9494
"type": "system",
9595
"compatibility": {
96-
"minimum": "4.1.0"
96+
"minimum": "4.3.3"
9797
}
9898
}
9999
]

scripts/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export function initConfig() {
327327
text: SpellDC,
328328
},
329329
{
330-
text: this.actor.system.attributes.spelldc,
330+
text: this.actor.system.attributes.spell.dc,
331331
color: "var(--ech-movement-baseMovement-background)",
332332
},
333333
],
@@ -384,7 +384,7 @@ export function initConfig() {
384384
onClick: (event) => this.actor.rollAbilityCheck({ ability, event }),
385385
},
386386
{
387-
label: addSign(abilityData.save),
387+
label: addSign(abilityData.save.value),
388388
onClick: (event) => this.actor.rollSavingThrow({ ability, event }),
389389
},
390390
],

0 commit comments

Comments
 (0)