Skip to content

Conversation

@Cybescodes
Copy link

My attempt to fix the remaining tasks from #13622


public Gleemox(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.ARTIFACT},"{0}");
this.addAbility(new AnyColorManaAbility());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

card abilities should be in the format of:

// ability text
ability code
<blank line>
// ability text
ability code

// All attractions & sticker cards are banned. (to add if/when implemented)
// this also includes the mtgo replacement "Name Sticker" Goblin.
banned.add("\"Name Sticker\" Goblin");
banned.add("Gleemox");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this ban needed? Since it's already added to the Constructed ban list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants