Fix #461
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user