- Fixed canBeTargetedBy

This commit is contained in:
swordshine
2014-12-31 05:16:00 +00:00
parent cee81da6ee
commit 1634c04313

View File

@@ -5966,7 +5966,7 @@ public class Card extends GameEntity implements Comparable<Card> {
} }
} }
}); });
if (result.isFalse()) { if (!result.isFalse()) {
return false; return false;
} }
if (sa.isSpell() && source.hasStartOfKeyword("SpellCantTarget")) { if (sa.isSpell() && source.hasStartOfKeyword("SpellCantTarget")) {