More achievements and fixed sleep.
This commit is contained in:
parent
9a765b8434
commit
324679c4a6
4 changed files with 45 additions and 12 deletions
7
files/main.js
Normal file → Executable file
7
files/main.js
Normal file → Executable file
|
|
@ -1,8 +1,7 @@
|
|||
// Program is started from here, runs functions from other files.
|
||||
import { userInput, calcLocation, radPointsCalc, healthCapCalc, checkLose, sleep, randomNumber } from './functions.js';
|
||||
import { pois, poiCounter } from './poiscreens.js';
|
||||
import { name, prewarmoney, variableChange } from './variables.js';
|
||||
import { userInput, sleep, disableRawMode, } from './functions.js';
|
||||
import { forcedEncounter, naturalEncounter } from './encounters.js';
|
||||
import { ravenRockStore } from './shops.js';
|
||||
|
||||
|
||||
disableRawMode();
|
||||
|
|
@ -15,7 +14,7 @@ console.log(" / / ) / / / ) / / / o / / ) / )
|
|||
console.log("_/________(___(_/___/___(___/_(___(__(_ __o_____/____/_(___/_/___/_(___ _(__)_(___/_/_/__/_(___ _____/_____|__(___/_(___(_(___/___");
|
||||
console.log("Credits: Bethesda Game Studio \n");
|
||||
|
||||
sleep(5);
|
||||
await sleep(5);
|
||||
|
||||
console.log("What would you like to do?");
|
||||
console.log("--------------------------");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue