Skip to content

Commit

Permalink
Fix orca industrial core fuel effect
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Feb 5, 2022
1 parent 2e11cbc commit 8cbe094
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 @@ -37589,7 +37589,7 @@ class Effect8263(BaseEffect):
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Compact Industrial Reconfiguration'), 'consumptionQuantity',
lambda mod: mod.item.requiresSkill('Industrial Reconfiguration'), 'consumptionQuantity',
ship.getModifiedItemAttr('industrialCommandBonusFuelConsuptionCompactIndustrialCore'),
skill='Industrial Command Ships', **kwargs)

Expand Down

0 comments on commit 8cbe094

Please sign in to comment.