Merge pull request #963 from Pimvgd/patch-6

Update GeneralActions.ts
This commit is contained in:
hydroflame 2021-05-23 13:45:06 -04:00 committed by GitHub
commit ba4169268c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ export const GeneralActions: IMap<Action> = {};
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.<br><br>" +
@ -46,4 +46,4 @@ export const GeneralActions: IMap<Action> = {};
desc: "Enter cryogenic stasis using the Bladeburner division's hi-tech Regeneration Chamber. " +
"This will slowly heal your wounds and slightly increase your stamina.<br><br>",
});
})()
})()