- Cards changing zones will now always be untapped.

This commit is contained in:
Sloth
2011-11-21 13:09:26 +00:00
parent 534b03710e
commit 7c19e1a525

View File

@@ -138,6 +138,8 @@ public class GameAction {
if (suppress) {
AllZone.getTriggerHandler().suppressMode("ChangesZone");
}
copied.setTapped(false);
zone.add(copied);