diff --git a/eos/effects/weatherdarkness.py b/eos/effects/weatherdarkness.py index 3251d2cde..c67b7924d 100644 --- a/eos/effects/weatherdarkness.py +++ b/eos/effects/weatherdarkness.py @@ -10,10 +10,9 @@ type = ("projected", "passive", "gang") def handler(fit, beacon, context, **kwargs): - for x in range(1, 3): + for x in range(1, 5): if beacon.getModifiedItemAttr("warfareBuff{}ID".format(x)): value = beacon.getModifiedItemAttr("warfareBuff{}Value".format(x)) id = beacon.getModifiedItemAttr("warfareBuff{}ID".format(x)) - if id: fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early') diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index e00b522fd..fa4620f26 100644 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -692,7 +692,7 @@ class Fit(object): self.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"), "duration", value, stackingPenalties=True) - # Abysmal Weather Effects + # Abyssal Weather Effects if warfareBuffID == 90: # Weather_electric_storm_EM_resistance_penalty for tankType in ("shield", "armor"):