- CheckStyle.

This commit is contained in:
Chris
2012-11-16 15:12:32 +00:00
parent f8d000e92c
commit af8843d42d

View File

@@ -190,7 +190,7 @@ public class ChangeZoneAi extends SpellAiLogic {
//Ninjutsu
if (sa.hasParam("Ninjutsu")) {
if (source.isType("Legendary")
if (source.isType("Legendary")
&& !Singletons.getModel().getGame().getStaticEffects().getGlobalRuleChange(GlobalRuleChange.noLegendRule)) {
final List<Card> list = ai.getCardsIn(ZoneType.Battlefield);
if (Iterables.any(list, CardPredicates.nameEquals(source.getName()))) {