Fixed cards that used EntersBattlefieldAbility instead of EntersBattlefieldTriggeredAbility

This commit is contained in:
North 2011-06-29 21:33:08 +03:00
parent 68d8c5dcc2
commit fac0b0046d
8 changed files with 29 additions and 71 deletions

View file

@ -90,15 +90,8 @@ public class SearchLibraryRevealPutInHandEffect extends SearchEffect<SearchLibra
else {
sb.append("a ").append(target.getTargetName()).append(", reveal that card, and put it into your hand");
}
sb.append(". Then shuffle your library");
sb.append(", then shuffle your library");
return sb.toString();
}
// @Override
// public void setSource(Ability ability) {
// super.setSource(ability);
// target.setAbility(ability);
// }
}