From dd51968dbcc493a667fefc2c88893c5c044da1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Alexandre=20Salgueiro=20Galrito?= Date: Fri, 22 Jun 2018 22:08:53 +0100 Subject: [PATCH] fixed Departed Deckand p/t --- Mage.Sets/src/mage/cards/d/DepartedDeckhand.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Mage.Sets/src/mage/cards/d/DepartedDeckhand.java b/Mage.Sets/src/mage/cards/d/DepartedDeckhand.java index 23bf78cda7..b8a94e3620 100644 --- a/Mage.Sets/src/mage/cards/d/DepartedDeckhand.java +++ b/Mage.Sets/src/mage/cards/d/DepartedDeckhand.java @@ -20,6 +20,7 @@ import mage.filter.common.FilterCreaturePermanent; import mage.filter.predicate.Predicates; import mage.filter.predicate.mageobject.SubtypePredicate; import mage.target.common.TargetControlledCreaturePermanent; +import mage.MageInt; /** * @@ -39,6 +40,9 @@ public final class DepartedDeckhand extends CardImpl { this.subtype.add(SubType.SPIRIT); this.subtype.add(SubType.PIRATE); + this.power = new MageInt(2); + this.toughness = new MageInt(2); + // When Departed Deckhand becomes the target of a spell, sacrifice it. this.addAbility(new BecomesTargetTriggeredAbility( new SacrificeSourceEffect(),