Paradox Surveyor (SOS-208) - Secrets of Strixhaven
Original price was: $13.00.$5.00Current price is: $5.00.
- SKU:G739362921
- Categories:Mtg single
Card TypeCreature Elf Druid RarityUncommon Legalities Reach
When this creature enters, look at the top five cards of your library. You may reveal a land card or a card with X in its mana cost from among them and put it into your hand. Put the rest on the bottom of your library in a random order. function toggleLegality(e) { var element = document.getElementById(“info-item-legalities”) var closed = document.querySelector(“.legalities-closed”) var open = document.querySelector(“.legalities-open”) if (element.classList.contains(‘d-none’)) { element.classList.add(“d-block”) closed.classList.add(“d-none”) open.classList.add(“d-block”) element.classList.remove(“d-none”) closed.classList.remove(“d-block”) open.classList.remove(“d-none”) } else { element.classList.add(“d-none”) closed.classList.add(“d-block”) open.classList.add(“d-none”) element.classList.remove(“d-block”) closed.classList.remove(“d-none”) open.classList.remove(“d-block”) } }