Fix non* targeting restrictions (e.g. nonland)

This commit is contained in:
drdev
2014-10-13 04:10:05 +00:00
parent 84da2570d8
commit 5c6d9736b2
3 changed files with 6 additions and 6 deletions

View File

@@ -104,9 +104,8 @@ public final class InputSelectTargets extends InputSyncronizedBase {
if (!tgt.isUniqueTargets() && targetDepth.containsKey(card)) {
return false;
}
// leave this in temporarily, there some seriously wrong things going on here
// Can be targeted doesn't check if the target is a valid type, only if a card is generally "targetable"
//If the card is not a valid target
if (!card.canBeTargetedBy(sa)) {
showMessage(sa.getHostCard() + " - Cannot target this card (Shroud? Protection? Restrictions).");
return false;