Skip to content

Commit

Permalink
MISC: Remove mention of Hacking Mission
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg committed Oct 6, 2024
1 parent dad34a0 commit 18eabab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion markdown/bitburner.singularity.isbusy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ True if the player is currently performing an ‘action’, false otherwise.

RAM cost: 0.5 GB \* 16/4/1

Returns a boolean indicating whether or not the player is currently performing an ‘action’. These actions include working for a company/faction, studying at a university, working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.
Returns a boolean indicating whether or not the player is currently performing an ‘action’. These actions include working for a company/faction, studying at a university, working out at a gym, creating a program, committing a crime, etc.

5 changes: 2 additions & 3 deletions src/Faction/ui/Option.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* React component for a selectable option on the Faction UI. These
* options including working for the faction, hacking missions, purchasing
* augmentations, etc.
* React component for a selectable option on the Faction UI. These options including working for the faction,
* purchasing augmentations, etc.
*/
import * as React from "react";

Expand Down
2 changes: 1 addition & 1 deletion src/ScriptEditor/NetscriptDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ export interface Singularity {
*
* Returns a boolean indicating whether or not the player is currently performing an
* ‘action’. These actions include working for a company/faction, studying at a university,
* working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.
* working out at a gym, creating a program, committing a crime, etc.
*
* @returns True if the player is currently performing an ‘action’, false otherwise.
*/
Expand Down
3 changes: 1 addition & 2 deletions src/Server/BaseServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export abstract class BaseServer implements IServer {
// Coding Contract files on this server
contracts: CodingContract[] = [];

// How many CPU cores this server has. Maximum of 8.
// Currently, this only affects hacking missions
// How many CPU cores this server has.
cpuCores = 1;

// Flag indicating whether the FTP port is open
Expand Down

0 comments on commit 18eabab

Please sign in to comment.