Final release!
Did quite a lot of last-minute polishing this morning, and even managed to find some appropriate music. As always, I didn't have time to implement everything I had in mind, but it's good enough to call it done. I can get back to playing Kerbal Space Program now!(log in to comment)
Traceback (most recent call last):
+++ missions.py 2013-09-14 09:41:07.000000000 +1200
@@ -45,7 +45,7 @@
return target.resources
def units_removed(self, unit, units):
- if self.target in units:
+ if self.get_target_unit() in units:
self.target = None
if self.next_mission:
self.next_mission.units_removed(unit, units)