diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index f39ece839aa..e3817127a36 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -413,6 +413,7 @@ public class GameActionUtil { if (controller.equals(Constant.Player.Human)) { CardList creatures = AllZoneUtil.getPlayerGraveyard(Constant.Player.Human); + creatures = creatures.getType("Creature"); Object check = AllZone.Display.getChoiceOptional("Select creature", creatures.toArray()); if(check != null) { this.setTargetCard((Card) check);