diff --git a/src/components/SpreadsheetData.js b/src/components/SpreadsheetData.js index 3d73004..b48a16b 100644 --- a/src/components/SpreadsheetData.js +++ b/src/components/SpreadsheetData.js @@ -245,12 +245,12 @@ class API { "BR": "Beyond Rare", "LR": "League Rewards", "OP1": "Organized Play 1", - "PROMO": "Promotional" + "PROMO": "Promotional", + "PROTO": "Prototype" }; } - purgeDB() - { + purgeDB() { this.cards.purgeDB(); this.portal.purgeDB(); window.location.reload(); diff --git a/src/img/icons/set/proto/common.png b/src/img/icons/set/proto/common.png new file mode 100644 index 0000000..d73cc64 Binary files /dev/null and b/src/img/icons/set/proto/common.png differ diff --git a/src/img/icons/set/proto/promo.png b/src/img/icons/set/proto/promo.png new file mode 100644 index 0000000..e9efb24 Binary files /dev/null and b/src/img/icons/set/proto/promo.png differ diff --git a/src/img/icons/set/proto/rare.png b/src/img/icons/set/proto/rare.png new file mode 100644 index 0000000..6c79e13 Binary files /dev/null and b/src/img/icons/set/proto/rare.png differ diff --git a/src/img/icons/set/proto/super rare.png b/src/img/icons/set/proto/super rare.png new file mode 100644 index 0000000..5eef970 Binary files /dev/null and b/src/img/icons/set/proto/super rare.png differ diff --git a/src/img/icons/set/proto/ultra rare.png b/src/img/icons/set/proto/ultra rare.png new file mode 100644 index 0000000..f39d64b Binary files /dev/null and b/src/img/icons/set/proto/ultra rare.png differ diff --git a/src/img/icons/set/proto/uncommon.png b/src/img/icons/set/proto/uncommon.png new file mode 100644 index 0000000..3c7f42e Binary files /dev/null and b/src/img/icons/set/proto/uncommon.png differ