allbuild commit a3c92dd0

This commit is contained in:
Olivier Gagnon
2022-09-23 15:03:38 -04:00
parent a3c92dd04d
commit c6da513eea
52 changed files with 451 additions and 126 deletions

View File

@@ -23,7 +23,7 @@ upgradeRam(index: number, n: number): boolean;
boolean
True if the Hacknet Nodes ram is successfully upgraded, false otherwise.
True if the Hacknet Nodes RAM is successfully upgraded, false otherwise.
## Remarks
@@ -31,7 +31,7 @@ RAM cost: 0 GB
Tries to upgrade the specified Hacknet Nodes RAM n times. Note that each upgrade doubles the Nodes RAM. So this is equivalent to multiplying the Nodes RAM by 2 n.
Returns true if the Hacknet Nodes RAM is successfully upgraded n times or if it is upgraded some positive number of times and the Node reaches it max RAM.
Returns true if the Hacknet Nodes RAM is successfully upgraded n times or if it is upgraded some positive number of times and the Node reaches its max RAM.
Returns false otherwise.