From 6785d16c871873aee9faf7dd631f9f4e14a49319 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 28 Dec 2019 04:22:11 +0300 Subject: [PATCH] More mods not activated by default --- gui/fitCommands/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/fitCommands/helpers.py b/gui/fitCommands/helpers.py index db78e248e..db08e9a27 100644 --- a/gui/fitCommands/helpers.py +++ b/gui/fitCommands/helpers.py @@ -323,7 +323,8 @@ def activeStateLimit(itemIdentity): 'moduleBonusAssaultDamageControl', 'moduleBonusIndustrialInvulnerability', 'microJumpDrive', 'microJumpPortalDrive', 'emergencyHullEnergizer', 'cynosuralGeneration', 'jumpPortalGeneration', 'jumpPortalGenerationBO', - 'cloneJumpAccepting' + 'cloneJumpAccepting', 'cloakingWarpSafe', 'cloakingPrototype', 'cloaking', + 'massEntanglerEffect5' }.intersection(item.effects): return FittingModuleState.ONLINE return FittingModuleState.ACTIVE