Fix some syntax errors.

This commit is contained in:
blitzmann
2015-07-19 15:51:03 -04:00
parent ac08b1b264
commit 90c883da67
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
"capacitorNeed", ship.getModifiedItemAttr("shipBonusCC", skill="Caldari Cruiser")
"capacitorNeed", ship.getModifiedItemAttr("shipBonusCC"), skill="Caldari Cruiser")

View File

@@ -5,4 +5,4 @@
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Scanner Probe",
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusGF2", skill="Gallente Frigate"l)
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusGF2"), skill="Gallente Frigate")