Fixed and improved the Deck Importer (from MTGO) in Android application, fixed frozen and freeze untap bug, fixed/added primitives.
This commit is contained in:
@@ -1260,6 +1260,7 @@ void MTGInPlay::untapAll()
|
||||
if (card->frozen >= 1)
|
||||
{
|
||||
card->frozen = 0;
|
||||
card->resetUntapping(); // Fix to avoid the untap on frozen card by clicking on them after the untap phase.
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -1272,6 +1273,7 @@ void MTGInPlay::untapAll()
|
||||
if (card->frozen >= 1)
|
||||
{
|
||||
card->frozen = 0;
|
||||
card->resetUntapping(); // Fix to avoid the untap on frozen card by clicking on them after the untap phase.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user