- Added the Changeling keyword to Fire-Belly Changeling.

- Added the 01-01-2010 rarity files to the quest and an unused questData file folder.
- Fixed Force of Will … I figured out my mistake.
This commit is contained in:
jendave
2011-08-06 03:09:54 +00:00
parent 313c58a308
commit 739b50e2dd
7 changed files with 109 additions and 2 deletions

View File

@@ -17904,7 +17904,7 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
public void selectButtonCancel() {stop();}
public void selectCard(Card c, PlayerZone zone)
{
if(CardUtil.getColors(c).contains(Constant.Color.Blue) && zone.is(Constant.Zone.Play))
if(CardUtil.getColors(c).contains(Constant.Color.Blue) && zone.is(Constant.Zone.Hand))
{
AllZone.GameAction.removeFromGame(c);
String player = card.getController();