mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix error
This commit is contained in:
parent
8a13fbd24f
commit
dc38ac0710
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue