diff --git a/eos/graph/fitDps.py b/eos/graph/fitDps.py index 71a95d26e..61783fdc7 100644 --- a/eos/graph/fitDps.py +++ b/eos/graph/fitDps.py @@ -93,6 +93,8 @@ class FitDpsGraph(Graph): # this is janky as fuck for fighter in fit.fighters: + if not fighter.active: + continue for ability in fighter.abilities: if ability.dealsDamage and ability.active: multiplier = self.calculateFighterMissileMultiplier(ability, data)