Add Support for Vedlaken Shackles and the likes
the alias 50120 is there to prevent untap during untap phase and the canuntap restriction will trigger if it's possible to untap ie tha card doesn't have doesnotuntap,, or frozen or is tapped.
This commit is contained in:
@@ -951,7 +951,7 @@ void MTGInPlay::untapAll()
|
||||
{
|
||||
MTGCardInstance * card = cards[i];
|
||||
card->setUntapping();
|
||||
if (!card->basicAbilities[(int)Constants::DOESNOTUNTAP])
|
||||
if (!card->basicAbilities[(int)Constants::DOESNOTUNTAP] && card->alias != 50120)
|
||||
{
|
||||
if (card->frozen < 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user