mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- 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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user