From 5bf21c0ab28900c8bc3ee932e3b48b6a793dbdf6 Mon Sep 17 00:00:00 2001 From: Pimvgd Date: Tue, 18 May 2021 21:16:32 +0200 Subject: [PATCH] Update GeneralActions.ts typo fix --- src/Bladeburner/GeneralActions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bladeburner/GeneralActions.ts b/src/Bladeburner/GeneralActions.ts index ad457befa..3bbbef3f5 100644 --- a/src/Bladeburner/GeneralActions.ts +++ b/src/Bladeburner/GeneralActions.ts @@ -17,7 +17,7 @@ export const GeneralActions: IMap = {}; actionName = "Field Analysis"; GeneralActions[actionName] = new Action({ name:actionName, - desc:"Mine and analyze Synthoid-related data. This improve the " + + desc:"Mine and analyze Synthoid-related data. This improves the " + "Bladeburner's unit intelligence on Synthoid locations and " + "activities. Completing this action will improve the accuracy " + "of your Synthoid population estimated in the current city.

" + @@ -46,4 +46,4 @@ export const GeneralActions: IMap = {}; desc: "Enter cryogenic stasis using the Bladeburner division's hi-tech Regeneration Chamber. " + "This will slowly heal your wounds and slightly increase your stamina.

", }); -})() \ No newline at end of file +})()