Skip to content

Commit

Permalink
closes #906
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Oct 18, 2024
1 parent 6363bc3 commit f154ce5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## Bugfixes
* [#896] Add additional padding to blockquote style so text doesn't blend into decorations
* [#906] There's always an extra space between special attack name and effect

## Chores
* [#911] Replaced compendium art mapping with default Foundry method.
Expand Down
14 changes: 10 additions & 4 deletions system/templates/partials/npc-special-attack.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@
{{{numAttacks}}} {{attackName}}
</b>
{{#if ranges}}
({{ranges}})
{{#if attackBonus}}
({{ranges}})
+{{attackBonus}}.
{{else}}
({{ranges}}).
{{/if}}
{{else}}
{{#if attackBonus}}
+{{attackBonus}}.
{{/if}}
{{/if}}
{{#if attackBonus}}
+{{attackBonus}}
{{/if}}.
</a>
{{{description}}}

0 comments on commit f154ce5

Please sign in to comment.