- Devour is now optional.

- Nissa Revane's third ability now allows the player to specify which elves to grab (as opposed to dumping all creatures onto the battlefield).
This commit is contained in:
jendave
2011-08-06 03:42:49 +00:00
parent d556963e7d
commit a7c6d59f27
2 changed files with 23 additions and 8 deletions

View File

@@ -2482,7 +2482,7 @@ public class CardFactory implements NewConstants {
if(card.getController().equals(Constant.Player.Human)) {
if (creats.size() > 0)
{
List<Card> selection = AllZone.Display.getChoices("Select creatures to sacrifice", creats.toArray());
List<Card> selection = AllZone.Display.getChoicesOptional("Select creatures to sacrifice", creats.toArray());
numCreatures[0] = selection.size();
for(int m = 0; m < selection.size(); m++) {