mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix description of dead flights.
Completed is technically correct but not very helpful.
This commit is contained in:
parent
f63a107c11
commit
7fe73ad2eb
@ -43,4 +43,4 @@ class Killed(FlightState):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def description(self) -> str:
|
def description(self) -> str:
|
||||||
return "Completed"
|
return "KIA"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user