mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Homarid Explorer - Fixed wrong rarity (was uncommon, is now common).
This commit is contained in:
parent
f041914ef8
commit
d6f875e652
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
||||||
package mage.cards.h;
|
package mage.cards.h;
|
||||||
|
|
||||||
|
import java.util.UUID;
|
||||||
import mage.MageInt;
|
import mage.MageInt;
|
||||||
import mage.abilities.Ability;
|
import mage.abilities.Ability;
|
||||||
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
|
||||||
|
@ -10,8 +11,6 @@ import mage.constants.CardType;
|
||||||
import mage.constants.SubType;
|
import mage.constants.SubType;
|
||||||
import mage.target.TargetPlayer;
|
import mage.target.TargetPlayer;
|
||||||
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
public class HomaridExplorer extends CardImpl {
|
public class HomaridExplorer extends CardImpl {
|
||||||
|
|
||||||
public HomaridExplorer(UUID ownerId, CardSetInfo cardSetInfo) {
|
public HomaridExplorer(UUID ownerId, CardSetInfo cardSetInfo) {
|
||||||
|
@ -30,6 +29,7 @@ public class HomaridExplorer extends CardImpl {
|
||||||
super(homaridExplorer);
|
super(homaridExplorer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public HomaridExplorer copy() {
|
public HomaridExplorer copy() {
|
||||||
return new HomaridExplorer(this);
|
return new HomaridExplorer(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue