- Fixed a bug with Echoing Truth and face down creatures.

- Fixed the (annoying) "Pay Mana: " bug of Chandra Nalaar.
- Fixed a bug with Guardian of Cloverdell sacrificing kithkin it does not have.
This commit is contained in:
jendave
2011-08-06 03:45:00 +00:00
parent f161cd6979
commit dc01b75546
3 changed files with 27 additions and 20 deletions

View File

@@ -8798,6 +8798,13 @@ public class CardFactory implements NewConstants {
all.addAll(AllZone.Computer_Play.getCards());
CardList sameName = all.getName(getTargetCard().getName());
sameName = sameName.filter(new CardListFilter()
{
public boolean addCard(Card c)
{
return !c.isFaceDown();
}
});
if(!getTargetCard().isFaceDown()) {
//bounce all permanents with the same name