Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRC] Implement Renewed Solidarity #13395

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

4825764518
Copy link
Contributor

Card functioned as expected in a playtest and all unit tests pass.

Part of #13252

@github-actions github-actions bot added the cards label Feb 26, 2025
return new RenewedSolidarity(this);
}

class RenewedSolidarityEffect extends OneShotEffect {
Copy link
Contributor

Choose a reason for hiding this comment

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

don't nest this class in the other class, put it afterwards

}

@Override
public String getText(Mode mode) {
Copy link
Contributor

Choose a reason for hiding this comment

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

rather than override getText, just declare this string as staticText in the constructor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants