Skip to content

Commit

Permalink
Change polyculture filter behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Esummins committed May 24, 2024
1 parent 8dc334f commit 73b4eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/shipping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ export default function Shipping() {
return (
i.itemID in shipping_items &&
shipping_items[i.itemID as keyof typeof shipping_items]
.polyculture
.polyculture &&
basicShipped[i.itemID]! < 15
);
} else if (_filter === "2") {
// Shipped/Completed (we won't check for monoculture here)
Expand Down

0 comments on commit 73b4eb4

Please sign in to comment.