Merge pull request #661 from Alchus/master

Ixidron no longer turns double-faced cards face-down, as per MCR 711.6
This commit is contained in:
LevelX2 2015-01-03 09:48:49 +01:00
commit 1a95062988

View file

@ -85,7 +85,7 @@ public class BecomesFaceDownCreatureAllEffect extends ContinuousEffectImpl imple
public void init(Ability source, Game game) {
super.init(source, game);
for (Permanent perm: game.getBattlefield().getActivePermanents(filter, source.getControllerId(), source.getSourceId(), game)) {
if (!perm.isFaceDown()) {
if (!perm.isFaceDown() && !perm.canTransform()) {
affectedObjectList.add(new MageObjectReference(perm));
perm.setFaceDown(true);
// check for Morph