Add more waypoints to generated flights

This commit is contained in:
Khopa
2020-06-05 21:24:23 +02:00
parent 16a096d288
commit aa4b07d024
7 changed files with 149 additions and 209 deletions

View File

@@ -220,7 +220,7 @@ class Event:
if cp.captured and new_owner_coalition != coalition:
cp.captured = False
info = Information(cp.name + " lost !",
"The ennemy took control of " + cp.name + "\nShame on us !",
"We took control of " + cp.name + "! Great job !",
self.game.turn)
self.game.informations.append(info)
pname = self.game.enemy_name