mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Fixed cards that used EntersBattlefieldAbility instead of EntersBattlefieldTriggeredAbility
This commit is contained in:
parent
68d8c5dcc2
commit
fac0b0046d
8 changed files with 29 additions and 71 deletions
|
|
@ -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);
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue