diff --git a/gui/fitCommands/helpers.py b/gui/fitCommands/helpers.py index 23f775a5e..464e3bf0e 100644 --- a/gui/fitCommands/helpers.py +++ b/gui/fitCommands/helpers.py @@ -324,7 +324,8 @@ def activeStateLimit(itemIdentity): 'microJumpDrive', 'microJumpPortalDrive', 'emergencyHullEnergizer', 'cynosuralGeneration', 'jumpPortalGeneration', 'jumpPortalGenerationBO', 'cloneJumpAccepting', 'cloakingWarpSafe', 'cloakingPrototype', 'cloaking', - 'massEntanglerEffect5', 'electronicAttributeModifyOnline', 'targetPassively' + 'massEntanglerEffect5', 'electronicAttributeModifyOnline', 'targetPassively', + 'cargoScan', 'shipScan', 'surveyScan' }.intersection(item.effects): return FittingModuleState.ONLINE return FittingModuleState.ACTIVE