Mess around with the POI menu stuff

This commit is contained in:
Caroline Foy 2025-02-27 13:44:22 -06:00
parent 0dfc20e470
commit 0c36b89ff6
2 changed files with 76 additions and 43 deletions

View file

@ -1,3 +1,6 @@
//For testing purposes
const moreTestingShite = require("./poiscreens.js");
// Program is started from here, runs functions from other files.
const variables = require("./variables.js");
const game = require("./game.js");
@ -28,9 +31,7 @@ switch(mainMenuInput) {
startGame();
break;
case "2":
var array = [1, 2, 3, 4, 5];
console.log(array);
console.log(encounterMenus.filterFaction(encounterDiffOne, "abomination"));
moreTestingShite.beginTesting();
console.log("Follow the link below for a game manual.")
console.log("[ENTER LINK HERE]")
break;