mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Master Splicer - fixed text;
This commit is contained in:
parent
6b5a9846b9
commit
c6dd9a2621
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, "Golem creatures");
|
||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent(SubType.GOLEM, "Golems");
|
||||
|
||||
public MasterSplicer(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}");
|
||||
|
|
Loading…
Reference in a new issue