revised "steal" ability

steal - gain control of target/s until it leaves battlefield or  its
current controller loses control of the "stealer"...
This commit is contained in:
Anthony Calosa
2016-09-06 15:47:09 +08:00
parent d2183f3b91
commit 7f8339aedf
13 changed files with 223 additions and 101 deletions

View File

@@ -174,6 +174,7 @@ public:
MTGCardInstance * createSnapShot();
MTGCardInstance * storedSourceCard;
MTGCardInstance * shackled;
MTGCardInstance * seized;
MTGCardInstance * isDefenser();
int initAttackersDefensers();
MTGCardInstance * getNextOpponent(MTGCardInstance * previous=NULL);