diff --git a/src/Locations/Enums.ts b/src/Locations/Enums.ts index 1fc0a513b..5ae2f7838 100644 --- a/src/Locations/Enums.ts +++ b/src/Locations/Enums.ts @@ -80,7 +80,7 @@ export enum LocationType { Gym = "Gym", Hospital = "Hospital", Slums = "Slums", - Special = "Special", // This location has special options/activities (e.g. Bladeburner, Re-sleeving) + Special = "Special", // This location has special options/activities (e.g., Bladeburner, Grafting, etc.) StockMarket = "Stock Market", TechVendor = "Tech Vendor", TravelAgency = "Travel Agency", diff --git a/src/Locations/ui/SpecialLocation.tsx b/src/Locations/ui/SpecialLocation.tsx index 6f776eafb..b53ae44e2 100644 --- a/src/Locations/ui/SpecialLocation.tsx +++ b/src/Locations/ui/SpecialLocation.tsx @@ -4,7 +4,7 @@ * * Examples: * - Bladeburner @ NSA - * - Re-sleeving @ VitaLife + * - Grafting @ VitaLife * - Create Corporation @ City Hall * * This subcomponent creates all of the buttons for interacting with those special @@ -69,7 +69,7 @@ export function SpecialLocation(props: SpecialLocationProps): React.ReactElement } } - /** Click handler for Resleeving button at New Tokyo VitaLife */ + /** Click handler for Secret lab button at New Tokyo VitaLife */ function handleGrafting(): void { Router.toPage(Page.Grafting); } diff --git a/src/PersonObjects/Sleeve/README.md b/src/PersonObjects/Sleeve/README.md index 8e1f09afd..2244b0d24 100644 --- a/src/PersonObjects/Sleeve/README.md +++ b/src/PersonObjects/Sleeve/README.md @@ -4,6 +4,3 @@ cloned consciousness. The player can use these sleeves to perform different tasks synchronously. This feature is introduced and unlocked in BitNode-10. - -Note that while they are based on the same concept, this feature is different -than the "Re-sleeving" mechanic (which is referred to as "Resleeve" in the source code).