Fix #291 - Triage not properly implemented on projected fit
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# Used by:
|
||||
# Module: Triage Module I
|
||||
type = "active"
|
||||
runTime = "early"
|
||||
def handler(fit, module, context):
|
||||
# Remote armor reps
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Remote Armor Repair Systems"),
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# Used by:
|
||||
# Module: Triage Module II
|
||||
type = "active"
|
||||
runTime = "early"
|
||||
def handler(fit, module, context):
|
||||
# Remote armor reps
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Remote Armor Repair Systems"),
|
||||
|
||||
Reference in New Issue
Block a user