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