- Casting a Cascaded card is optional now.

- Added Intimidate keyword.
- Added Guul Draz Vampire, Bladetusk Boar.
This commit is contained in:
jendave
2011-08-06 03:14:55 +00:00
parent bcad2b734f
commit fe1bbcb64d
6 changed files with 73 additions and 2 deletions

View File

@@ -10460,6 +10460,10 @@ public class CardFactory implements NewConstants {
//move to top of library
AllZone.Computer_Library.remove(c);
AllZone.Computer_Library.add(c, 0);
CardList l = new CardList();
l.add(c);
AllZone.Display.getChoiceOptional("Computer picked:", l.toArray());
}
}//computerResolve()
public void humanResolve()