Fix Legend Rule
Should fix the the move to graveyard effect with targetchooser ability...
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user