- Fixed last commit

This commit is contained in:
swordshine
2014-03-12 08:32:10 +00:00
parent c6476d2490
commit ba24c30718

View File

@@ -4,7 +4,6 @@ import forge.game.GameEntity;
import forge.game.GameObject;
import forge.game.ability.ApiType;
import forge.game.card.Card;
import forge.game.card.CardLists;
import forge.game.player.Player;
import forge.game.spellability.SpellAbility;
import forge.game.spellability.TargetRestrictions;
@@ -19,8 +18,6 @@ import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.google.common.base.Predicate;
/**
* TODO: Write javadoc for this type.
*
@@ -155,11 +152,6 @@ public final class InputSelectTargets extends InputSyncronizedBase {
}
}
// If all cards must have different controllers
if (tgt.isDifferentControllers()) {
}
if (!choices.contains(card)) {
if (card.isPlaneswalker() && sa.getApi() == ApiType.DealDamage) {
showMessage(sa.getHostCard() + " - To deal an opposing Planeswalker direct damage, target its controller and then redirect the damage on resolution.");