diff --git a/eos/effects/remoteenergytransferfalloff.py b/eos/effects/remoteenergytransferfalloff.py index abdece325..ddb6fab9a 100644 --- a/eos/effects/remoteenergytransferfalloff.py +++ b/eos/effects/remoteenergytransferfalloff.py @@ -5,6 +5,6 @@ type = "projected", "active" def handler(fit, module, context): if "projected" in context: - amount = module.getModifiedItemAttr("maxRange") + amount = module.getModifiedItemAttr("powerTransferAmount") duration = module.getModifiedItemAttr("duration") fit.addDrain(duration, -amount, 0)