fix error

This commit is contained in:
xenohedron 2024-12-12 23:47:41 -05:00
parent 8a13fbd24f
commit dc38ac0710

View file

@ -24,7 +24,7 @@ import java.util.UUID;
public final class BannerOfKinship extends CardImpl {
public BannerOfKinship(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "5");
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{5}");
// As this artifact enters, choose a creature type. This artifact enters with a fellowship counter on it for each creature you control of the chosen type.
AsEntersBattlefieldAbility ability = new AsEntersBattlefieldAbility(new ChooseCreatureTypeEffect(Outcome.BoostCreature));