More achievements and fixed sleep.

This commit is contained in:
Raktbastr 2025-04-21 19:23:23 -05:00
parent 9a765b8434
commit 324679c4a6
4 changed files with 45 additions and 12 deletions

7
files/main.js Normal file → Executable file
View 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("--------------------------");