From e76ce71701209840391a2a91075c2e34dcae43c0 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Mon, 27 Jun 2022 00:44:54 +0400 Subject: [PATCH] Fix expanded cargohold penalty --- eos/effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effects.py b/eos/effects.py index 6c3fd0d15..87881af4a 100644 --- a/eos/effects.py +++ b/eos/effects.py @@ -9588,7 +9588,7 @@ class Effect3046(BaseEffect): Modules from group: Expanded Cargohold (7 of 7) """ - type = 'passive' + type = 'offline' @staticmethod def handler(fit, module, context, projectionRange, **kwargs):