Skip to content

Commit

Permalink
fixes #537
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Dec 4, 2024
1 parent 1d2a9a6 commit 4c7bceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v11.14.1

#### Bugs
- [#537] NPCs missing Health, Initiative and Defense fields

---

# v11.14.0

#### Enhancements
Expand Down
2 changes: 0 additions & 2 deletions system/templates/actor/npc/tabs/abilities.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<div class="left-column">
{{> actor/npc/partials/attributes}}

{{#if isVehicle}}
<div class="flexrow resource-row">
{{> actor/_shared-partials/npc_hp }}
{{> actor/_shared-partials/npc_initiative }}
{{> actor/_shared-partials/npc_defense }}
</div>
{{/if}}

<div class="flexrow resource-row">
{{> actor/npc/partials/carry-weight }}
Expand Down

0 comments on commit 4c7bceb

Please sign in to comment.