fixed tests

This commit is contained in:
Oleg Agafonov 2023-12-23 15:23:42 +04:00
parent 7adbf45258
commit caf35c88c9

View file

@ -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);