Skip to content

Commit 8b2f7c5

Browse files
committed
Update effects
1 parent 0ca1a67 commit 8b2f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eos/effects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41151,7 +41151,7 @@ class Effect12195(BaseEffect):
4115141151
def handler(fit, src, context, projectionRange, **kwargs):
4115241152
fit.modules.filteredItemBoost(
4115341153
lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus',
41154-
src.getModifiedItemAttr('roleBonusCBC'), **kwargs)
41154+
src.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs)
4115541155

4115641156

4115741157
class Effect12202(BaseEffect):

0 commit comments

Comments
 (0)