Made it possible to capture airbase ingame;

This commit is contained in:
Khopa
2019-10-13 05:16:34 +02:00
parent 3f5f4f4bb1
commit a7e202bbc8
4 changed files with 42 additions and 2 deletions

View File

@@ -33,6 +33,12 @@ class Debriefing:
self.weapons_fired = state_data["weapons_fired"]
self.mission_ended = state_data["mission_ended"]
print(self.base_capture_events)
print(self.killed_aircrafts)
print(self.killed_ground_units)
print(self.weapons_fired)
print(self.mission_ended)
self.player_country_id = db.country_id_from_name(game.player_country)
self.enemy_country_id = db.country_id_from_name(game.enemy_country)