mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed last fix.
This commit is contained in:
@@ -2736,7 +2736,7 @@ public class CardFactoryUtil {
|
||||
if (sq[0].contains("EnchantedControllerCreatures")) {
|
||||
CardList enchantedControllerInPlay = new CardList();
|
||||
if (c.getEnchantingCard() != null) {
|
||||
CardList enchantedControllerInPlay = c.getEnchantingCard().getController().getCardsIn(ZoneType.Battlefield);
|
||||
enchantedControllerInPlay = c.getEnchantingCard().getController().getCardsIn(ZoneType.Battlefield);
|
||||
enchantedControllerInPlay = enchantedControllerInPlay.getType("Creature");
|
||||
}
|
||||
return enchantedControllerInPlay.size();
|
||||
|
||||
Reference in New Issue
Block a user