Skip to content

Commit 90c883d

Browse files
committed
Fix some syntax errors.
1 parent ac08b1b commit 90c883d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eos/effects/caldarishipewcapacitorneedcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
type = "passive"
88
def handler(fit, ship, context):
99
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
10-
"capacitorNeed", ship.getModifiedItemAttr("shipBonusCC", skill="Caldari Cruiser")
10+
"capacitorNeed", ship.getModifiedItemAttr("shipBonusCC"), skill="Caldari Cruiser")

eos/effects/shipbonusscanprobestrengthgf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
type = "passive"
66
def handler(fit, ship, context):
77
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Scanner Probe",
8-
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusGF2", skill="Gallente Frigate"l)
8+
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusGF2"), skill="Gallente Frigate")

0 commit comments

Comments
 (0)