From b4fca28b193347399e997e2c2c78b4b02e95ff56 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:52:13 -0400 Subject: [PATCH] Remove physical dmg type --- module/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/config.js b/module/config.js index c9d2f0b2..fa59b6cc 100644 --- a/module/config.js +++ b/module/config.js @@ -282,10 +282,6 @@ SW5E.damageTypes = { "sonic": "SW5E.DamageSonic" }; -// Damage Resistance Types -SW5E.damageResistanceTypes = mergeObject(duplicate(SW5E.damageTypes), { - "physical": "SW5E.DamagePhysical" -}); /* -------------------------------------------- */ // armor Types