From 7442f315c9cf7e324f385ed38697583fc25304c9 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 26 Jun 2020 21:30:43 +0300 Subject: [PATCH] Do not activate scanners 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 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