- moveToStack will no longer use copyCard.

This commit is contained in:
Sloth
2011-11-01 15:38:05 +00:00
parent bcff189989
commit 75bdb07ea6

View File

@@ -115,7 +115,7 @@ public class GameAction {
// Don't copy Tokens, Cards staying in same zone, or cards entering
// Battlefield
if (c.isToken() || suppress || zone.is(Constant.Zone.Battlefield)) {
if (c.isToken() || suppress || zone.is(Constant.Zone.Battlefield) || zone.is(Constant.Zone.Stack)) {
lastKnownInfo = c;
copied = c;
} else {