Skip to content

Conversation

@theelk801
Copy link
Contributor

I still need to make the X version work but I wanted to open this and see if anyone had any thoughts on the regular version. I've tested it and it works.

@theelk801
Copy link
Contributor Author

just need to write some tests, should be good

// As an additional cost to cast this spell, waterbend {X}.
this.getSpellAbility().addCost(new WaterbendCost("{X}"));
this.getSpellAbility().addCost(new WaterbendXCost());
this.addAbility(new SimpleStaticAbility(
Copy link
Contributor

Choose a reason for hiding this comment

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

I can't currently test this, but I think this would already be handled by AbiliitesImpl.getRules unless I'm mistaken.
Image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's a mana cost so it gets excluded and I don't think it's worth figuring out how to make it work rather than just having a workaround

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.

3 participants