From 7fe73ad2ebfa88150642d135efc8f57edbc9d4b0 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 7 Mar 2022 23:39:43 -0800 Subject: [PATCH] Fix description of dead flights. Completed is technically correct but not very helpful. --- game/ato/flightstate/killed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/ato/flightstate/killed.py b/game/ato/flightstate/killed.py index f9061793..563a7b97 100644 --- a/game/ato/flightstate/killed.py +++ b/game/ato/flightstate/killed.py @@ -43,4 +43,4 @@ class Killed(FlightState): @property def description(self) -> str: - return "Completed" + return "KIA"