mage
mage copied to clipboard
Bug: Armed and Armored should sets the affected Vehicles on resolve
I didn't try it live, but reading the code it seems that [[Armed and Armored]] is not setting the affected Vehicles on resolve, but instead continuously animate any Vehicle you control.
Ruling is:
The set of Vehicles affected by Armed and Armored is determined as the spell resolves. Vehicles you begin to control later in the turn won't automatically become creatures. (2021-02-05)
Armed and Armored - (Gatherer) (Scryfall) (EDHREC)
{1}{W} Instant Vehicles you control become artifact creatures until end of turn. Choose a Dwarf you control. Attach any number of Equipment you control to it.
(The custom ContinuousEffect
should probably be replaced by some BecomesCreatureAllEffect
)