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

View file

@ -50,6 +50,7 @@ export function ravenRockStore() {
rrInv[itemNum].amount -= itemAmt;
console.log("You bought " + itemAmt + " " + rrInv[itemNum].name + "(s).");
console.log("You have " + preWarMoney + " pre-war money left.");
inventory.push(rrInv[itemNum]);
console.log("Press enter to continue...");
userInput("[Enter]");
}