mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-20 23:54:07 -05:00
allow proto cards
This commit is contained in:
@@ -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();
|
||||
|
||||
BIN
src/img/icons/set/proto/common.png
Normal file
BIN
src/img/icons/set/proto/common.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/img/icons/set/proto/promo.png
Normal file
BIN
src/img/icons/set/proto/promo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
src/img/icons/set/proto/rare.png
Normal file
BIN
src/img/icons/set/proto/rare.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/img/icons/set/proto/super rare.png
Normal file
BIN
src/img/icons/set/proto/super rare.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/img/icons/set/proto/ultra rare.png
Normal file
BIN
src/img/icons/set/proto/ultra rare.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
src/img/icons/set/proto/uncommon.png
Normal file
BIN
src/img/icons/set/proto/uncommon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user