From 7e662b657f82d5c1b52c8dbdddfd3e2b04314165 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Sun, 4 Oct 2020 22:15:14 -0400 Subject: [PATCH] Hit die addition Add d4 to hit dice --- module/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; /* -------------------------------------------- */