Skip to content

Commit

Permalink
Remove deprecated Paperless logic in bm-setup-items
Browse files Browse the repository at this point in the history
  • Loading branch information
tsitu committed Apr 23, 2024
1 parent cafb8b8 commit 1dd7fe8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/bookmarklet/bm-setup-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@
bases.push("Signature Series Denture Base (Toothless)");
}

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

if (bases.indexOf("Folklore Printing Press Base") >= 0) {
bases.push("Folklore Printing Press Base (Paperless)");
}

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

0 comments on commit 1dd7fe8

Please sign in to comment.