- Fixed Second Sunrise sometimes returning permanents tapped.

This commit is contained in:
Sloth
2013-03-21 19:15:06 +00:00
parent 372804285e
commit ffa811dcc9

View File

@@ -197,7 +197,7 @@ public class AbilityUtils {
validFilter = workingCopy[2];
}
for (final Card cl : CardUtil.getThisTurnEntered(destination, origin, validFilter, hostCard)) {
cards.add(cl);
cards.add(Singletons.getModel().getGame().getCardState(cl));
}
} else if (defined.equals("ChosenCard")) {
for (final Card chosen : hostCard.getChosenCard()) {