mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Code indentation style fix.
This commit is contained in:
@@ -4859,9 +4859,9 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("unequalPT")) {
|
||||
if (getNetPower() == getNetToughness()) {
|
||||
return false;
|
||||
}
|
||||
if (getNetPower() == getNetToughness()) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("power") || property.startsWith("toughness")
|
||||
|| property.startsWith("cmc") || property.startsWith("totalPT")) {
|
||||
int x = 0;
|
||||
|
||||
Reference in New Issue
Block a user