- Code indentation style fix.

This commit is contained in:
Agetian
2015-07-01 12:17:38 +00:00
parent 324956c9df
commit 19f91c03c0

View File

@@ -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;