Fix description of dead flights.

Completed is technically correct but not very helpful.
This commit is contained in:
Dan Albert 2022-03-07 23:39:43 -08:00
parent f63a107c11
commit 7fe73ad2eb

View File

@ -43,4 +43,4 @@ class Killed(FlightState):
@property
def description(self) -> str:
return "Completed"
return "KIA"