- Fixed Cumulative Upkeep code.

- Fixed a small bug with Fastbond (it would sometimes subtract more than 1 life).
- Fixed some big bugs with Fastbond, Exploration, Azusa, Lost but Seeking (computer won't be able to use them if it doesn't control them).
- AI should lose life when using Fastbond now.
This commit is contained in:
jendave
2011-08-06 03:16:05 +00:00
parent a63d99da52
commit 465449c814
18 changed files with 147 additions and 63 deletions

View File

@@ -17967,7 +17967,7 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
}
};
bounce.setDescription("You may return two Islands you control to their owner's hand rather than pay Thwart's mana cost.");
bounce.setDescription("You may return three Islands you control to their owner's hand rather than pay Thwart's mana cost.");
bounce.setStackDescription(card.getName() + " - Counter target spell.");
bounce.setManaCost("0");