mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fix filter text for Master Splicer
This commit is contained in:
parent
a4de78b13b
commit
e631a25b9b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class MasterSplicer extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent(SubType.GOLEM, "Golems");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent(SubType.GOLEM, "Golem creatures");
|
||||
|
||||
public MasterSplicer(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}");
|
||||
|
|
Loading…
Reference in a new issue