mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Casting a Cascaded card is optional now.
- Added Intimidate keyword. - Added Guul Draz Vampire, Bladetusk Boar.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user