Hi
This commit is contained in:
parent
6e476dcf14
commit
0dfc20e470
4 changed files with 78 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue