Skip to content

Commit

Permalink
Update effects
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Nov 13, 2024
1 parent 0ca1a67 commit 8b2f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eos/effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -41151,7 +41151,7 @@ class Effect12195(BaseEffect):
def handler(fit, src, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus',
src.getModifiedItemAttr('roleBonusCBC'), **kwargs)
src.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs)


class Effect12202(BaseEffect):
Expand Down

0 comments on commit 8b2f7c5

Please sign in to comment.