fixed Realm-Cloaked Giant's adventure name (fixes #6108)

This commit is contained in:
Evan Kranzler 2019-12-21 21:21:37 -05:00
parent 51b55fc8b8
commit db51b2a76c

View file

@ -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);