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:
@@ -636,6 +636,11 @@ void MTGCardInstance::setUntapping()
|
||||
untapping = 1;
|
||||
}
|
||||
|
||||
void MTGCardInstance::resetUntapping()
|
||||
{
|
||||
untapping = 0; // Fix to avoid the untap on frozen card by clicking on them after the untap phase.
|
||||
}
|
||||
|
||||
int MTGCardInstance::isUntapping()
|
||||
{
|
||||
return untapping;
|
||||
|
||||
Reference in New Issue
Block a user