
Harrow (TDC-254) - Commander: Tarkir: Dragonstorm
Card TypeInstant RarityCommon Legalities LEGALCommander LEGALFreeform LEGALLegacy LEGALModern LEGALPauper LEGALPeasant LEGALVintage As an additional cost to cast this spell, sacrifice a land.Search your library for up to two basic land cards, put them onto the battlefield, then shuffle. 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("