mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28: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;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("unequalPT")) {
|
} else if (property.startsWith("unequalPT")) {
|
||||||
if (getNetPower() == getNetToughness()) {
|
if (getNetPower() == getNetToughness()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("power") || property.startsWith("toughness")
|
} else if (property.startsWith("power") || property.startsWith("toughness")
|
||||||
|| property.startsWith("cmc") || property.startsWith("totalPT")) {
|
|| property.startsWith("cmc") || property.startsWith("totalPT")) {
|
||||||
int x = 0;
|
int x = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user