forked from External/mage
Some minor chages.
This commit is contained in:
parent
06d05eb56d
commit
40febbe086
4 changed files with 6 additions and 5 deletions
|
|
@ -60,7 +60,7 @@ public class SearchLibraryPutInHandEffect extends SearchEffect {
|
|||
}
|
||||
|
||||
public SearchLibraryPutInHandEffect(TargetCardInLibrary target, boolean revealCards, boolean forceShuffle) {
|
||||
this(target, revealCards, forceShuffle, "Search your library for ");
|
||||
this(target, revealCards, forceShuffle, "search your library for ");
|
||||
}
|
||||
|
||||
public SearchLibraryPutInHandEffect(TargetCardInLibrary target, boolean revealCards, boolean forceShuffle, String rulePrefix) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue