From da0c3a854679f1c9bfb8d11f553478772c973d19 Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Tue, 6 Oct 2020 01:43:03 -0400 Subject: [PATCH] Add back in Damage Resistance Types This was mistakenly taken out when the physical damage type was removed. This was causing the error at sw5e.js:217 since the type didn't exist. --- module/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/config.js b/module/config.js index fa59b6cc..ce731d2f 100644 --- a/module/config.js +++ b/module/config.js @@ -282,6 +282,9 @@ SW5E.damageTypes = { "sonic": "SW5E.DamageSonic" }; +// Damage Resistance Types +SW5E.damageResistanceTypes = duplicate(SW5E.damageTypes); + /* -------------------------------------------- */ // armor Types