[SOLVED] Help with Reaping Fire please! (python)

You could also let your riders fight the fangriders to give them a fighting chance. Instead of your code below, I’d look to see if the enemy.pos.x > 55 to append the targets. This allows your riders to fight the fangriders, but only on the right side of the minefield.

        for enemy in enemies:
            if not enemy.type == "fangrider":
                targets.append(enemy)