diff --git a/src/main/java/forge/card/abilityfactory/AbilityFactoryDestroy.java b/src/main/java/forge/card/abilityfactory/AbilityFactoryDestroy.java index c6a878c1388..93c151ed98a 100644 --- a/src/main/java/forge/card/abilityfactory/AbilityFactoryDestroy.java +++ b/src/main/java/forge/card/abilityfactory/AbilityFactoryDestroy.java @@ -349,7 +349,7 @@ public class AbilityFactoryDestroy { tgt.resetTargets(); CardList preferred = list.getNotKeyword("Indestructible"); - preferred = list.getController(AllZone.getHumanPlayer()); + preferred = preferred.getController(AllZone.getHumanPlayer()); // If NoRegen is not set, filter out creatures that have a // regeneration shield