Make sure reps are running late (so that they all get modified before actually applying effect)

This commit is contained in:
DarkPhoenix
2018-12-14 13:49:17 +03:00
parent 6819dc87a6
commit 3bdb12cc5d
6 changed files with 13 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
#
# Used by:
# Modules from group: Ancillary Remote Armor Repairer (4 of 4)
runTime = "late"
type = "projected", "active"
runTime = "late"
def handler(fit, module, context, **kwargs):

View File

@@ -2,8 +2,9 @@
#
# Used by:
# Modules from group: Ancillary Remote Shield Booster (4 of 4)
runTime = "late"
type = "projected", "active"
runTime = "late"
def handler(fit, module, context, **kwargs):

View File

@@ -8,6 +8,7 @@ from eos.utils.spoolSupport import SpoolType, SpoolOptions, calculateSpoolup, re
type = "projected", "active"
runTime = "late"
def handler(fit, container, context, **kwargs):

View File

@@ -2,7 +2,9 @@
#
# Used by:
# Modules from group: Remote Armor Repairer (39 of 39)
type = "projected", "active"
runTime = "late"
def handler(fit, container, context, **kwargs):

View File

@@ -2,8 +2,13 @@
#
# Used by:
# Modules from group: Remote Capacitor Transmitter (41 of 41)
from eos.modifiedAttributeDict import ModifiedAttributeDict
type = "projected", "active"
runTime = "late"
def handler(fit, src, context, **kwargs):

View File

@@ -2,6 +2,7 @@
#
# Used by:
# Modules from group: Remote Hull Repairer (8 of 8)
type = "projected", "active"
runTime = "late"