From 9cc228cfff94c930450f56d17f8614d213c1b570 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Mon, 17 Jun 2019 10:10:58 +0300 Subject: [PATCH] Always run localized injectors heat effect early to apply heat bonus regardless of effect run ordering --- eos/effects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eos/effects.py b/eos/effects.py index ce654ec78..c475c7f11 100644 --- a/eos/effects.py +++ b/eos/effects.py @@ -32980,6 +32980,7 @@ class Effect6929(BaseEffect): Subsystem: Proteus Propulsion - Localized Injectors """ + runTime = 'early' type = 'passive' @staticmethod