added engine code to do a putinzone without sending events.

equipping no longer retriggers a copier.
retarget and newtarget no long send the events due to refreshing the cards.
This commit is contained in:
omegablast2002@yahoo.com
2013-02-01 04:21:08 +00:00
parent 94955088c8
commit 0bd769d3c0
3 changed files with 10 additions and 4 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);
MTGCardInstance * putInZone(MTGCardInstance * card, MTGGameZone * from, MTGGameZone * to,bool sendEvent = true);
int isInPlay(MTGCardInstance * card);
int isInGrave(MTGCardInstance * card);
int isInZone(MTGCardInstance * card,MTGGameZone * zone);