Cleanup
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user