Fix Jump Drive Economizer. It does not project, and is only applies bonus when online.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
# Used by:
|
||||
# Modules from group: Jump Drive Economizer (3 of 3)
|
||||
runTime = "early"
|
||||
type = ("projected", "offline")
|
||||
type = ("projected", "passive")
|
||||
def handler(fit, module, context):
|
||||
fit.ship.boostItemAttr("jumpDriveConsumptionAmount", module.getModifiedItemAttr("consumptionQuantityBonusPercentage"), stackingPenalties=True)
|
||||
|
||||
Reference in New Issue
Block a user