mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Some minor changes / formatting.
This commit is contained in:
parent
51965b4bad
commit
19679c9f6e
5 changed files with 30 additions and 32 deletions
|
|
@ -1617,7 +1617,6 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
|
|||
* 3. get card colors as chosen starting from most rated card
|
||||
*/
|
||||
protected List<ColoredManaSymbol> chooseDeckColorsIfPossible() {
|
||||
log.warn(this.getName() + " choose Deck Colors.");
|
||||
if (pickedCards.size() > 2) {
|
||||
// sort by score and color mana symbol count in descending order
|
||||
Collections.sort(pickedCards, new Comparator<PickedCard>() {
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ public class RateCard {
|
|||
if (effect.getOutcome().equals(Outcome.DestroyPermanent)) {
|
||||
for (Target target : ability.getTargets()) {
|
||||
if (target instanceof TargetCreaturePermanent) {
|
||||
log.info("Found destroyer: " + card.getName());
|
||||
log.debug("Found destroyer: " + card.getName());
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue