This commit is contained in:
Anthony Calosa
2017-02-03 10:39:45 +08:00
parent 942c95e736
commit 9104afdef7
4 changed files with 1 additions and 55 deletions

View File

@@ -151,15 +151,6 @@ void MTGCardInstance::copy(MTGCardInstance * card)
cardsAbilitiesFilter.push_back(a);
}
}
//
/*if(!isPhased)
{
Spell * spell = NEW Spell(observer, this);
observer = card->observer;
AbilityFactory af(observer);
af.addAbilities(observer->mLayers->actionLayer()->getMaxId(), spell);
delete spell;
}*/
if(observer->players[1]->playMode == Player::MODE_TEST_SUITE)
mtgid = backupid; // there must be a way to get the token id...