Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Dec 3, 2015
1 parent c7c0c49 commit a74c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eos/effects/shipbonusshieldboostermb1a.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Ship: Maelstrom
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Shield Booster",
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
"shieldBonus", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")

0 comments on commit a74c3c9

Please sign in to comment.