mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed Realm-Cloaked Giant's adventure name (fixes #6108)
This commit is contained in:
parent
51b55fc8b8
commit
db51b2a76c
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) {
|
||||
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.power = new MageInt(7);
|
||||
|
|
Loading…
Reference in a new issue