Geier Reach Bandit (Retro Frame) (INR-464) – Innistrad Remastered [Uncommon]
$33.00 $19.80
SKU:PEA48802204313
Descriptions:
Card TypeCreature Human Rogue Werewolf // Creature Werewolf RarityUncommon Power/Toughnessnull/null Legalities Haste
At the beginning of each upkeep, if no spells were cast last turn, transform Geier Reach Bandit.
//
Vildin-Pack AlphaWhenever a Werewolf enters the battlefield under your control, you may transform it.
At the beginning of each upkeep, if a player cast two or more spells last turn, transform Vildin-Pack Alpha. function toggleLegality() { 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") } }