mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-25 19:24:13 -05:00
allow proto cards
This commit is contained in:
parent
2c3a7f905a
commit
6eb4e55a1b
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user