Minor cleanup

This commit is contained in:
Steven Knipe 2023-11-19 02:50:21 -08:00
parent 89a7a938e6
commit 8b4ca7d2eb
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,7 @@ import java.util.UUID;
* @author TheElk801
*/
public final class SmellFear extends CardImpl {
public SmellFear(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{1}{G}");

View file

@ -1,7 +1,6 @@
package mage.cards.v;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.Ability;
import mage.abilities.common.ExertCreatureControllerTriggeredAbility;
@ -13,7 +12,7 @@ import mage.constants.CardType;
import mage.constants.SubType;
import mage.target.common.TargetOpponentsCreaturePermanent;
import java.util.UUID;
/**
*