Replace submodules with actual files
Submodules never were actually useful
This commit is contained in:
6
eos/effects/squadroncommand.py
Executable file
6
eos/effects/squadroncommand.py
Executable file
@@ -0,0 +1,6 @@
|
||||
# Used by:
|
||||
# Skill: Warfare Link Specialist
|
||||
type = "passive"
|
||||
def handler(fit, skill, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Gang Coordinator",
|
||||
"commandBonus", skill.getModifiedItemAttr("squadronCommandBonus") * skill.level)
|
||||
Reference in New Issue
Block a user