force a lure block when the players decide they want to skip the action, a lurer MUST be blocked if the defending creature can block it. this action can not be skipped.

This commit is contained in:
omegablast2002@yahoo.com
2013-01-25 14:25:26 +00:00
parent f1032c64b5
commit 0db78c0444
5 changed files with 48 additions and 14 deletions
+1
View File
@@ -247,6 +247,7 @@ public:
TargetChooser * tcb;
MTGAbility * blocker;
MTGAbility * blockAbility;
int receiveEvent(WEvent * event);
int isReactingToClick(MTGCardInstance * card, ManaCost * mana = NULL);
int reactToClick(MTGCardInstance * card);
virtual ostream& toString(ostream& out) const;