mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
[M20] fixed Battalion Foot Soldier with targets amount
This commit is contained in:
parent
e4b15411ce
commit
cd596e5133
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public final class BattalionFootSoldier extends CardImpl {
|
|||
|
||||
// When Battalion Foot Soldier enters the battlefield, you may search your library for any number of cards named Battalion Foot Soldier, reveal them, put them into your hand, then shuffle your library.
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutInHandEffect(
|
||||
new TargetCardInLibrary(0, 1, filter), true, true
|
||||
new TargetCardInLibrary(0, Integer.MAX_VALUE, filter), true, true
|
||||
), true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue