mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed last fix.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user