diff --git a/CHANGELOG.md b/CHANGELOG.md index 37159101..474c5de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/system/src/hooks/initHook.mjs b/system/src/hooks/initHook.mjs index 53912ba9..c741848a 100644 --- a/system/src/hooks/initHook.mjs +++ b/system/src/hooks/initHook.mjs @@ -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"; diff --git a/system/template.json b/system/template.json index 9e9536ab..d709cede 100644 --- a/system/template.json +++ b/system/template.json @@ -319,6 +319,7 @@ }, "health": { "bonus": 0, + "max": 0, "value": 0 }, "initiative": {