
Command Tower (M3C-331) - Modern Horizons 3 Commander
Card TypeLand RarityCommon ArtistRyan Yee Legalities NOT LEGALStandard NOT LEGALFuture LEGALHistoric LEGALTimeless LEGALGladiator LEGALPioneer LEGALExplorer LEGALModern LEGALLegacy LEGALPauper LEGALVintage NOT LEGALPenny LEGALCommander LEGALOathbreaker LEGALStandardbrawl LEGALBrawl LEGALAlchemy LEGALPauper Commander LEGALDuel NOT LEGALOldschool NOT LEGALPremodern NOT LEGALPredh : Add one mana of any color in your commander's color identity. 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")