PEP8 formatting! \o/

This commit is contained in:
Ebag333
2016-10-19 14:03:31 -07:00
parent a314cd7cfd
commit 2a0a572b76
45 changed files with 86 additions and 48 deletions

View File

@@ -13,5 +13,6 @@ type = "active", "projected"
def handler(fit, src, context):
if "projected" not in context: return
if "projected" not in context:
return
fit.ship.boostItemAttr("maxVelocity", src.getModifiedItemAttr("{}SpeedPenalty".format(prefix)))