We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52e30a commit 49a39acCopy full SHA for 49a39ac
1 file changed
eos/effects.py
@@ -82,7 +82,7 @@ class Effect100002(BaseEffect):
82
83
@staticmethod
84
def handler(fit, beacon, context, projectionRange, **kwargs):
85
- for i in range(1, 4):
+ for i in range(1, 5):
86
if id := beacon.getModifiedItemAttr(f'warfareBuff{i}ID'):
87
value = beacon.getModifiedItemAttr(f'warfareBuff{i}Value')
88
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
0 commit comments