mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Helm of the Host - Specify imported constants, fix the copy-pasted author name...
This commit is contained in:
parent
e7f0b1822d
commit
661089c590
1 changed files with 6 additions and 2 deletions
|
@ -37,7 +37,11 @@ import mage.abilities.effects.common.CreateTokenCopyTargetEffect;
|
|||
import mage.abilities.keyword.EquipAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.*;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Outcome;
|
||||
import mage.constants.SubType;
|
||||
import mage.constants.SuperType;
|
||||
import mage.constants.TargetController;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
@ -45,7 +49,7 @@ import mage.target.targetpointer.FixedTarget;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Quercitron
|
||||
* @author Will
|
||||
*/
|
||||
public class HelmOfTheHost extends CardImpl {
|
||||
|
||||
|
|
Loading…
Reference in a new issue