Skip to content

Commit 49a39ac

Browse files
committed
Allow application of shield RR buff
1 parent b52e30a commit 49a39ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eos/effects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Effect100002(BaseEffect):
8282

8383
@staticmethod
8484
def handler(fit, beacon, context, projectionRange, **kwargs):
85-
for i in range(1, 4):
85+
for i in range(1, 5):
8686
if id := beacon.getModifiedItemAttr(f'warfareBuff{i}ID'):
8787
value = beacon.getModifiedItemAttr(f'warfareBuff{i}Value')
8888
fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')

0 commit comments

Comments
 (0)