mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 19:14:37 +01:00
MISC: Remove mention of re-sleeving (#1399)
This commit is contained in:
@ -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",
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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).
|
||||
|
Reference in New Issue
Block a user