From 52667da64a1a8a09772c8f76075c40c1c8769eeb Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Wed, 19 May 2021 01:29:20 +0300 Subject: [PATCH] Fix sig suppressor effect --- eos/effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effects.py b/eos/effects.py index b8f88e05c..865c1f1aa 100644 --- a/eos/effects.py +++ b/eos/effects.py @@ -37280,7 +37280,7 @@ class Effect8108(BaseEffect): Module: Signature Radius Suppressor I """ - type = 'offline' + type = 'online' @staticmethod def handler(fit, src, context, projectionRange, **kwargs):