diff --git a/doc/source/netscript/netscriptbladeburnerapi.rst b/doc/source/netscript/netscriptbladeburnerapi.rst index 2d0bf03c8..988fbfe12 100644 --- a/doc/source/netscript/netscriptbladeburnerapi.rst +++ b/doc/source/netscript/netscriptbladeburnerapi.rst @@ -54,7 +54,7 @@ In :ref:`netscriptjs`:: getTeamSize() setTeamSize() getCityEstimatedPopulation() - getCityEstimatedCommunities() + getCityCommunities() getCityChaos() getCity() switchCity() diff --git a/doc/source/netscript/netscriptfunctions.rst b/doc/source/netscript/netscriptfunctions.rst index a6fda27ae..ac2b98ef4 100644 --- a/doc/source/netscript/netscriptfunctions.rst +++ b/doc/source/netscript/netscriptfunctions.rst @@ -93,6 +93,9 @@ This includes information such as function signatures, what they do, and their r wget() getFavorToDonate() flags() + alert() + toast() + tprintf() .. toctree:: :caption: Deprecated: diff --git a/doc/source/netscript/singularityfunctions/getAugmentationReqRep.rst b/doc/source/netscript/singularityfunctions/getAugmentationRepReq.rst similarity index 100% rename from doc/source/netscript/singularityfunctions/getAugmentationReqRep.rst rename to doc/source/netscript/singularityfunctions/getAugmentationRepReq.rst diff --git a/doc/source/netscript/tixapi/getStockVolatility.rst b/doc/source/netscript/tixapi/getVolatility.rst similarity index 100% rename from doc/source/netscript/tixapi/getStockVolatility.rst rename to doc/source/netscript/tixapi/getVolatility.rst diff --git a/src/DarkWeb/DarkWebItems.ts b/src/DarkWeb/DarkWebItems.ts index 4cfc6f564..a341ff54a 100644 --- a/src/DarkWeb/DarkWebItems.ts +++ b/src/DarkWeb/DarkWebItems.ts @@ -16,10 +16,5 @@ export const DarkWebItems: IMap = { DeepscanV1: new DarkWebItem(Programs.DeepscanV1.name, 500000, "Enables 'scan-analyze' with a depth up to 5."), DeepscanV2: new DarkWebItem(Programs.DeepscanV2.name, 25e6, "Enables 'scan-analyze' with a depth up to 10."), AutolinkProgram: new DarkWebItem(Programs.AutoLink.name, 1e6, "Enables direct connect via 'scan-analyze."), - ServerProfilerProgram: new DarkWebItem( - Programs.ServerProfiler.name, - 1e6, - "Displays hacking and Netscript-related information about a server.", - ), FormulasProgram: new DarkWebItem(Programs.Formulas.name, 5e9, "Unlock access to the formulas API."), };