Fixed Gilded Sentinel

This commit is contained in:
Evan Kranzler 2017-09-16 21:48:12 -04:00
parent e646c75487
commit 573f247393

View file

@ -28,6 +28,7 @@
package mage.cards.g;
import java.util.UUID;
import mage.MageInt;
import mage.constants.SubType;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
@ -43,6 +44,9 @@ public class GildedSentinel extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{4}");
this.subtype.add(SubType.GOLEM);
this.power = new MageInt(3);
this.toughness = new MageInt(3);
}
public GildedSentinel(final GildedSentinel card) {