From e7b1451ea4980711cf8374a517d770889bf5ec9f Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:49:13 -0400 Subject: [PATCH] Update config.js remove bonus equipment type per 1.4.2 --- module/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/module/config.js b/module/config.js index 32137a35..1c8d1fbc 100644 --- a/module/config.js +++ b/module/config.js @@ -400,7 +400,6 @@ SW5E.armorTypes = { */ SW5E.equipmentTypes = { hyper: "SW5E.EquipmentHyperdrive", - bonus: "SW5E.EquipmentBonus", powerc: "SW5E.EquipmentPowerCoupling", reactor: "SW5E.EquipmentReactor", clothing: "SW5E.EquipmentClothing",