Replace VF-1's flight-themed sign off with AV-98 policing-themed sign off.

This commit is contained in:
Solderpunk 2023-11-19 15:25:29 +01:00
parent cbbc410976
commit 203ffaea90
1 changed files with 1 additions and 1 deletions

View File

@ -1481,7 +1481,7 @@ def main():
# Say goodbye
print()
print("Thank you for flying AV-98!")
print("Thank you for patrolling with AV-98!")
sys.exit()
if __name__ == '__main__':