Skip to content

Commit

Permalink
closes #351
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed May 4, 2024
1 parent a31ec96 commit 5c2ddfc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v11.9.4

## Bugs
- [#347] Availability Roll trigger not available on Robot character sheet
- [#350] Don't show the Luck points field on Creatures as they don't have them
- [#351] NPC has no default max HP set

---

# v11.9.3

## Enhancements
Expand Down
1 change: 0 additions & 1 deletion system/src/hooks/initHook.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import FalloutMacros from "../system/FalloutMacros.mjs";
import FalloutUtils from "../utils/FalloutUtils.mjs";
import Logger from "../utils/Logger.mjs";


import preloadHandlebarsTemplates from "../templates.mjs";
import registerHandlebarsHelpers from "../handlebars.mjs";
import registerSettings from "../settings.mjs";
Expand Down
1 change: 1 addition & 0 deletions system/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
},
"health": {
"bonus": 0,
"max": 0,
"value": 0
},
"initiative": {
Expand Down

0 comments on commit 5c2ddfc

Please sign in to comment.