Skip to content

Commit

Permalink
Fix fof missile application hardwiring
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 20, 2022
1 parent dd93f34 commit e21789d
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 @@ -9714,7 +9714,7 @@ class Effect3212(BaseEffect):
@staticmethod
def handler(fit, container, context, projectionRange, **kwargs):
level = container.level if 'skill' in context else 1
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('FoF Missiles'),
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Auto-Targeting Missiles'),
'aoeCloudSize', container.getModifiedItemAttr('aoeCloudSizeBonus') * level, **kwargs)


Expand Down

0 comments on commit e21789d

Please sign in to comment.