Skip to content

Commit

Permalink
Add 'Base' to Naughty List Printing Press data
Browse files Browse the repository at this point in the history
  • Loading branch information
hymccord committed Feb 18, 2024
1 parent bbd2247 commit e0588ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ var basesArray = {
"Molten Shrapnel Base": [350, 12, 5, 8, "Extremely Stale"],
"Monkey Jade Base": [350, 12, 10, 10, "Stale"],
"Monolith Base": [500, 12, 0, 0, "No Effect"],
"Naughty List Printing Press (Paperless)": [500,15,0,10,"Fresh"],
"Naughty List Printing Press": [4500,35,35,57,"Fresh"],
"Naughty List Printing Press Base (Paperless)": [500,15,0,10,"Fresh"],
"Naughty List Printing Press Base": [4500,35,35,57,"Fresh"],
"Overgrown Ember Stone Base": [450, 10, 18, 12, "Ultimately Stale"],
"Ox Jade Base": [375, 12, 10, 10, "Stale"],
"Papyrus Base": [400, 8, 0, 10, "Fresh"],
Expand Down
4 changes: 2 additions & 2 deletions src/bookmarklet/bm-setup-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

// Auto-add Naughty List Printing Press Base variants
if (bases.indexOf("Naughty List Printing Press Base") >= 0) {
bases.push("Naughty List Printing Press (Paperless)");
bases.push("Naughty List Printing Press Base (Paperless)");
}

var weapons = arr
.filter(function(el) {
return el.classification === "weapon" && el.quantity > 0;
Expand Down

0 comments on commit e0588ee

Please sign in to comment.