UserFromSpace

Results 2 comments of UserFromSpace

As previously mentioned, you could always alter the script to your liking. Try adding this to line 548 of combat.py: `Utils.touch_randomly(self.region["button_switch_fleet"])` This section is mostly for **issues** with the project....

Hello! This has already been suggested and a makeshift solution for this **very niche case** came out by hjk: `if self.config.combat['retreat_after'] != 0 and self.combats_done >= self.config.combat['retreat_after']:` should be changed...