Fixed all the Modal Double Faced card from Zendikar Rising set, now we don't use the alternative cost anymore but the autohand keyword instead which required another enhancement for Flip forcetype keywords, fixed a bug on Changezone trigger.

This commit is contained in:
valfieri
2020-10-14 03:30:32 +02:00
parent e1df4e5072
commit 7bf463c7ea
6 changed files with 103 additions and 171 deletions

View File

@@ -1330,10 +1330,6 @@ public:
return 0;
if(isSuspended && !source->suspended)
return 0;
if(e->forcetrigger){ //Added a force trigger for modal double faced card (eg. Zendikar Rising)
triggeredTurn = game->turn;
return 1;
}
if (!toTcZone->targetsZone(e->to)) return 0;
if (!toTcCard->canTarget(e->card)) return 0;
if (fromTcZone && !fromTcZone->targetsZone(e->from)) return 0;