
Naga Fleshcrafter (PPTDM-052) - Promo Pack: Tarkir: Dragonstorm Foil
Card TypeCreature — Snake Shapeshifter RarityRare Legalities You may have this creature enter as a copy of any creature on the battlefield.Renew — 2U, Exile this card from your graveyard: Put a +1/+1 counter on target nonlegendary creature you control. Each other creature you control becomes a copy of that creature until end of turn. Activate only as a sorcery. 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.c