More achievements and fixed sleep.
This commit is contained in:
parent
9a765b8434
commit
324679c4a6
4 changed files with 45 additions and 12 deletions
|
|
@ -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]");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue