diff --git a/module/config.js b/module/config.js index 3bae6f40..c9d2f0b2 100644 --- a/module/config.js +++ b/module/config.js @@ -407,7 +407,7 @@ SW5E.healingTypes = { * Enumerate the denominations of hit dice which can apply to classes in the SW5E system * @type {Array.} */ -SW5E.hitDieTypes = ["d6", "d8", "d10", "d12"]; +SW5E.hitDieTypes = ["d4", "d6", "d8", "d10", "d12"]; /* -------------------------------------------- */