Clean up unused effects

This commit is contained in:
DarkPhoenix
2018-05-03 09:58:44 +03:00
parent 7b6cb25ac4
commit 842be9535b
214 changed files with 6 additions and 2102 deletions

View File

@@ -1,9 +0,0 @@
# Not used by any item
type = "active", "projected"
def handler(fit, module, context, *args, **kwargs):
if "projected" not in context:
return
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"),
stackingPenalties=True, *args, **kwargs)