Fix Legend Rule

Should fix the the move to graveyard effect with targetchooser
ability...
This commit is contained in:
Anthony Calosa
2017-01-29 16:30:13 +08:00
parent 348ada3f0d
commit 166526dbbe
4 changed files with 12 additions and 50 deletions

View File

@@ -1418,7 +1418,6 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
if(found != string::npos)
{
observer->addObserver(NEW MTGLegendRule(observer, -1));
//observer->foundlegendrule = true;
return NULL;
}
//this handles the planeswalker named legend rule which is dramatically different from above.