From e663ddc9c26c46e7583d7b4b6fc443354736956e Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Tue, 16 Nov 2021 18:32:22 +0100 Subject: [PATCH] add a few more mission names --- HumanReadableMissionName.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HumanReadableMissionName.cs b/HumanReadableMissionName.cs index f334a34..9c5fb73 100644 --- a/HumanReadableMissionName.cs +++ b/HumanReadableMissionName.cs @@ -18,6 +18,7 @@ namespace EDJournal { { "Mission_Collect_name", "Provide" }, { "Mission_Courier_Democracy_name", "Courier (Democracy)" }, { "Mission_Courier_Elections_name", "Courier (Elections)" }, + { "Mission_Courier_Expansion_name", "Courier (Expansion)" }, { "Mission_Courier_Famine_name", "Courier (Famine)" }, { "Mission_Courier_Lockdown_name", "Courier (Lockdown)" }, { "Mission_Courier_name", "Courier" }, @@ -29,7 +30,8 @@ namespace EDJournal { { "Mission_Delivery_name", "Delivery" }, { "Mission_Delivery_RankEmp_name", "Delivery (Imperial Rank)" }, { "Mission_Delivery_Retreat_name", "Delivery (Retreat)" }, - { "Mission_Hack_BLOPS_Boom_name", "Hack Megaship (Black Ops)" }, + { "Mission_Hack_BLOPS_Boom_name", "Hack Surface Installation (Boom)" }, + { "Mission_Hack_BLOPS_Expansion_name", "Hack Surface Installation (Expansion)" }, { "Mission_HackMegaship_name", "Hack Megaship" }, { "Mission_LongDistanceExpedition_name", "Long Distance Expedition" }, { "Mission_Massacre_Conflict_CivilWar_name", "Massacre (Civil War)" },