
Akroma's Will (Ripple Foil) (M3C-165) - Modern Horizons 3 Commander Foil
Card TypeInstant RarityRare Power/Toughnessnull/null Legalities Choose one. If you control a commander as you cast this spell, you may choose both instead.• Creatures you control gain flying, vigilance, and double strike until end of turn.• Creatures you control gain lifelink, indestructible, and protection from each color until end of turn. 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")