reverted the newtarget/retarget fix, it didn't fix the issue and created new ones.

This commit is contained in:
omegablast2002@yahoo.com
2013-02-01 18:54:07 +00:00
parent fa5e3ad9b4
commit 6a1591d72b
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ public:
MTGCardInstance * putInExile(MTGCardInstance * card);
MTGCardInstance * putInLibrary(MTGCardInstance * card);
MTGCardInstance * putInHand(MTGCardInstance * card);
MTGCardInstance * putInZone(MTGCardInstance * card, MTGGameZone * from, MTGGameZone * to,bool sendEvent = true);
MTGCardInstance * putInZone(MTGCardInstance * card, MTGGameZone * from, MTGGameZone * to);
int isInPlay(MTGCardInstance * card);
int isInGrave(MTGCardInstance * card);
int isInZone(MTGCardInstance * card,MTGGameZone * zone);