- Added an optional "Shuffle" parameter to AF DigUntil and fixed Polymorph.

This commit is contained in:
Sloth
2011-11-07 17:21:49 +00:00
parent 7ba0c51282
commit f0cfa7fb69
2 changed files with 17 additions and 13 deletions

View File

@@ -947,6 +947,10 @@ public final class AbilityFactoryReveal {
final Card c = itr.next();
AllZone.getGameAction().moveTo(revealedDest, c, revealedLibPos);
}
if(params.containsKey("Shuffle")) {
p.shuffle();
}
} // end foreach player
}
} // end resolve