refine display

This commit is contained in:
Anthony Calosa
2017-02-12 19:43:10 +08:00
parent b5129f702e
commit 7a35c253cb
2 changed files with 19 additions and 7 deletions

View File

@@ -4402,7 +4402,7 @@ AAMover::AAMover(GameObserver* observer, int _id, MTGCardInstance * _source, MTG
else if(destination.find("graveyard") != string::npos)
named = "Put in Graveyard";
else if(destination.find("previous") != string::npos)
named = "Put in Battlefield";
named = "Previous Zone";
else if(destination.find("inplay") != string::npos)
named = "Put in Play";
else if(destination.find("battlefield") != string::npos)