Reformatting all effect files for readability and better PEP8 compliance
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Not used by any item
|
||||
type = "active", "projected"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
if "projected" not in context: return
|
||||
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"),
|
||||
stackingPenalties = True, remoteResists=True)
|
||||
stackingPenalties=True, remoteResists=True)
|
||||
|
||||
Reference in New Issue
Block a user