We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stuff that is added to a Card Description by outside effects should not use getAbilityText, but more like getNonAbilityText or something else
currently, it is added only in getAbilityText, which because it is so complex, isn't updated often
forge/forge-game/src/main/java/forge/game/card/Card.java
Lines 2989 to 3027 in 95e5b7a
which then causes this ugly refresh:
forge/forge-game/src/main/java/forge/game/GameAction.java
Lines 793 to 815 in 95e5b7a
it also would help to separate the features with "Non ability features"
The text was updated successfully, but these errors were encountered:
Hanmac
tool4ever
No branches or pull requests
Stuff that is added to a Card Description by outside effects should not use getAbilityText, but more like getNonAbilityText or something else
currently, it is added only in getAbilityText, which because it is so complex, isn't updated often
forge/forge-game/src/main/java/forge/game/card/Card.java
Lines 2989 to 3027 in 95e5b7a
which then causes this ugly refresh:
forge/forge-game/src/main/java/forge/game/GameAction.java
Lines 793 to 815 in 95e5b7a
it also would help to separate the features with "Non ability features"
The text was updated successfully, but these errors were encountered: