diff --git a/src/Literature/Literatures.ts b/src/Literature/Literatures.ts index 44b9ab873..755cd33f8 100644 --- a/src/Literature/Literatures.ts +++ b/src/Literature/Literatures.ts @@ -19,7 +19,7 @@ export const Literatures: IMap = {}; "money on a server, and grow() increases the amount of money on a server by some percentage (multiplicatively)

" + "-Because hack() and grow() work by percentages, they are more effective if the target server has a high amount of money. " + "Therefore, you should try to increase the amount of money on a server (using grow()) to a certain amount before hacking it. Two " + - "import Netscript functions for this are getServerMoneyAvailable() and getServerMaxMoney()

" + + "important Netscript functions for this are getServerMoneyAvailable() and getServerMaxMoney()

" + "-Keep security level low. Security level affects everything when hacking. Two important Netscript functions " + "for this are getServerSecurityLevel() and getServerMinSecurityLevel()

" + "-Purchase additional servers by visiting 'Alpha Enterprises' in the city. They are relatively cheap " +