add gravecast restriction
if gravecast then do something -> translates when this card was cast from a graveyard
This commit is contained in:
@@ -4389,7 +4389,7 @@ AAMover::AAMover(GameObserver* observer, int _id, MTGCardInstance * _source, MTG
|
||||
if (_target)
|
||||
target = _target;
|
||||
andAbility = NULL;
|
||||
if(destination.size() && !named.size() && source->controller()->isAI())
|
||||
if(destination.size() && !named.size())
|
||||
{
|
||||
if(destination.find("library") != string::npos)
|
||||
named = "Put in Library";
|
||||
|
||||
Reference in New Issue
Block a user