- Fixed last fix.

This commit is contained in:
Sloth
2012-06-25 10:03:35 +00:00
parent ad666036e1
commit 36267ff00a

View File

@@ -2736,7 +2736,7 @@ public class CardFactoryUtil {
if (sq[0].contains("EnchantedControllerCreatures")) { if (sq[0].contains("EnchantedControllerCreatures")) {
CardList enchantedControllerInPlay = new CardList(); CardList enchantedControllerInPlay = new CardList();
if (c.getEnchantingCard() != null) { if (c.getEnchantingCard() != null) {
CardList enchantedControllerInPlay = c.getEnchantingCard().getController().getCardsIn(ZoneType.Battlefield); enchantedControllerInPlay = c.getEnchantingCard().getController().getCardsIn(ZoneType.Battlefield);
enchantedControllerInPlay = enchantedControllerInPlay.getType("Creature"); enchantedControllerInPlay = enchantedControllerInPlay.getType("Creature");
} }
return enchantedControllerInPlay.size(); return enchantedControllerInPlay.size();