
Full Throttle (PPDFT-127) - Promo Pack: Aetherdrift Foil
Card TypeSorcery RarityRare Legalities LEGALBrawl LEGALCommander LEGALFrontier LEGALHistoric LEGALLegacy LEGALModern LEGALPioneer LEGALStandard LEGALVintage After this main phase, there are two additional combat phases.At the beginning of each combat this turn, untap all creatures that attacked this turn. 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") close