Fix procurer's shield hp effect
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
type = "passive"
|
||||
def handler(fit, ship, context):
|
||||
level = fit.character.getSkill("Mining Barge").level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Shield Booster",
|
||||
"shieldCapacity", ship.getModifiedItemAttr("shipBonusORE2") * level)
|
||||
fit.ship.boostItemAttr("shieldCapacity", ship.getModifiedItemAttr("shipBonusORE2") * level)
|
||||
|
||||
Reference in New Issue
Block a user