This commit is contained in:
Caroline Foy 2025-02-26 15:38:51 -06:00
parent 6e476dcf14
commit 0dfc20e470
4 changed files with 78 additions and 3 deletions

View file

@ -32,7 +32,7 @@ function eureka() {
// purchasing code
}
function trader() { // One of the 3 trader inventories, chosen randomly
function trader() { // Picks a selection of items from a global trader inventory
var tempTraderInv = [];
for (var a = 0; a <= 2; a++) {
let randomPick = Math.m