Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 4, 2025
1 parent 4c0dafa commit 347076e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Argon - Combat HUD (DND5E)",
"description": "DnD5e - Fifth Edition System Argon integration",
"id": "enhancedcombathud-dnd5e",
"version": "1.0",
"version": "4.0",
"authors": [
{
"name": "theripper93",
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export function initConfig() {
const targetType = affects.type;
if (!item.target?.template?.units && validTargets.includes(targetType)) {
return affects.count ?? 1;
} else if (actionType === "mwak" || actionType === "rwak") {
} else if (actionType === "mwak" || actionType === "rwak" || actionType === "msak" || actionType === "rsak") {
return affects.count || 1;
}
return null;
Expand Down

0 comments on commit 347076e

Please sign in to comment.