From d7aa744bc14773b548488aa86dfdb7448bdcc209 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 19 May 2021 02:55:20 +0300 Subject: [PATCH] Do not activate WCS and nullifiers 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 23f49281d..17291ad5f 100644 --- a/gui/fitCommands/helpers.py +++ b/gui/fitCommands/helpers.py @@ -325,7 +325,8 @@ def activeStateLimit(itemIdentity): 'cynosuralGeneration', 'jumpPortalGeneration', 'jumpPortalGenerationBO', 'cloneJumpAccepting', 'cloakingWarpSafe', 'cloakingPrototype', 'cloaking', 'massEntanglerEffect5', 'electronicAttributeModifyOnline', 'targetPassively', - 'cargoScan', 'shipScan', 'surveyScan', 'targetSpectrumBreakerBonus' + 'cargoScan', 'shipScan', 'surveyScan', 'targetSpectrumBreakerBonus', + 'interdictionNullifierBonus', 'warpCoreStabilizerActive' }.intersection(item.effects): return FittingModuleState.ONLINE return FittingModuleState.ACTIVE