Fix a common typo in tasks

This commit is contained in:
Martijn Braam 2020-10-29 21:25:52 +01:00
parent 4504fb3cda
commit 7012edb640
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -108,8 +108,8 @@ enum player_task_long {
const char long_task_descriptions[][2][45] = {
{"Route power to defence in electrical", "Accept rerouted power in shields"},
{"Route power to attack in electrical", "Accept rerouted power in weapons"},
{"Download latest navigation data", "Upload data in admin"},
{"Download latest shields data", "Upload data in admin"},
{"Download the latest navigation data", "Upload data in admin"},
{"Download the latest shields data", "Upload data in admin"},
{"Pick up nuclear fuel in storage", "Insert fuel into reactor"},
{"Pick up potato in cafeteria", "Plant the potato in o2"},
{"Get radio log from communications", "Deliver communications log to admin"},