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"