From 81db1b0a97e91ba71e97f3e9b4d6e805ecb76563 Mon Sep 17 00:00:00 2001 From: Johnny Urosevic Date: Wed, 19 Jan 2022 13:00:59 -0800 Subject: [PATCH] Change "import" to "important" --- src/Literature/Literatures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " +