diff --git a/eos/effects/shipbonusforceauxiliaryrole3numwarfarelinks.py b/eos/effects/shipbonusforceauxiliaryrole3numwarfarelinks.py new file mode 100644 index 000000000..9d5ef6ba9 --- /dev/null +++ b/eos/effects/shipbonusforceauxiliaryrole3numwarfarelinks.py @@ -0,0 +1,3 @@ +type = "passive" +def handler(fit, src, context): + fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Leadership"), "maxGroupActive", src.getModifiedItemAttr("shipBonusRole3")) diff --git a/eos/effects/skillbonusfighterhangermanagement.py b/eos/effects/skillbonusfighterhangermanagement.py index a9763b226..b871c6173 100644 --- a/eos/effects/skillbonusfighterhangermanagement.py +++ b/eos/effects/skillbonusfighterhangermanagement.py @@ -5,4 +5,4 @@ type = "passive" def handler(fit, src, context): lvl = src.level - fit.ship.boostItemAttr("fighterCapacity", src.getModifiedItemAttr("skillBonusFighterHangerSize") * lvl) + fit.ship.boostItemAttr("fighterCapacity", src.getModifiedItemAttr("skillBonusFighterHangarSize") * lvl) diff --git a/eve.db b/eve.db index 2f59c24be..3da947dfd 100644 Binary files a/eve.db and b/eve.db differ