mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixed tests
This commit is contained in:
parent
7adbf45258
commit
caf35c88c9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ import mage.watchers.Watcher;
|
|||
public class TheTombOfAclazotz extends CardImpl {
|
||||
|
||||
public TheTombOfAclazotz(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.LAND}, null);
|
||||
super(ownerId, setInfo, new CardType[]{CardType.LAND}, null);
|
||||
this.supertype.add(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.CAVE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue