Skip to content

Commit 347076e

Browse files
committed
a
1 parent 4c0dafa commit 347076e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
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
@@ -2,7 +2,7 @@
22
"title": "Argon - Combat HUD (DND5E)",
33
"description": "DnD5e - Fifth Edition System Argon integration",
44
"id": "enhancedcombathud-dnd5e",
5-
"version": "1.0",
5+
"version": "4.0",
66
"authors": [
77
{
88
"name": "theripper93",

package-lock.json

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

scripts/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ export function initConfig() {
748748
const targetType = affects.type;
749749
if (!item.target?.template?.units && validTargets.includes(targetType)) {
750750
return affects.count ?? 1;
751-
} else if (actionType === "mwak" || actionType === "rwak") {
751+
} else if (actionType === "mwak" || actionType === "rwak" || actionType === "msak" || actionType === "rsak") {
752752
return affects.count || 1;
753753
}
754754
return null;

0 commit comments

Comments
 (0)