* Homarid Explorer - Fixed wrong rarity (was uncommon, is now common).

This commit is contained in:
LevelX2 2018-04-25 16:15:34 +02:00
parent f041914ef8
commit d6f875e652

View file

@ -1,5 +1,6 @@
package mage.cards.h;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.Ability;
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
@ -10,8 +11,6 @@ import mage.constants.CardType;
import mage.constants.SubType;
import mage.target.TargetPlayer;
import java.util.UUID;
public class HomaridExplorer extends CardImpl {
public HomaridExplorer(UUID ownerId, CardSetInfo cardSetInfo) {
@ -30,6 +29,7 @@ public class HomaridExplorer extends CardImpl {
super(homaridExplorer);
}
@Override
public HomaridExplorer copy() {
return new HomaridExplorer(this);
}