mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -2581,7 +2581,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
|
|
||||||
// Replacement effects
|
// Replacement effects
|
||||||
for (final ReplacementEffect replacementEffect : this.getCharacteristics().getReplacementEffects()) {
|
for (final ReplacementEffect replacementEffect : this.getCharacteristics().getReplacementEffects()) {
|
||||||
if(!replacementEffect.isSecondary()) {
|
if (!replacementEffect.isSecondary()) {
|
||||||
sb.append(replacementEffect.toString() + "\r\n");
|
sb.append(replacementEffect.toString() + "\r\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user