mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7bb6757876
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public final class RealmCloakedGiant extends AdventureCard {
|
||||||
}
|
}
|
||||||
|
|
||||||
public RealmCloakedGiant(UUID ownerId, CardSetInfo setInfo) {
|
public RealmCloakedGiant(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, new CardType[]{CardType.SORCERY}, "{5}{W}{W}", "{5}{W}{W}", "{3}{W}{W}");
|
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, new CardType[]{CardType.SORCERY}, "{5}{W}{W}", "Cast Off", "{3}{W}{W}");
|
||||||
|
|
||||||
this.subtype.add(SubType.GIANT);
|
this.subtype.add(SubType.GIANT);
|
||||||
this.power = new MageInt(7);
|
this.power = new MageInt(7);
|
||||||
|
|
Loading…
Reference in a new issue