mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
Fixed Gilded Sentinel
This commit is contained in:
parent
e646c75487
commit
573f247393
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue