diff --git a/src/forge/CardFactory_Sorceries.java b/src/forge/CardFactory_Sorceries.java index 1a10a01e4da..6a51e2f0e7f 100644 --- a/src/forge/CardFactory_Sorceries.java +++ b/src/forge/CardFactory_Sorceries.java @@ -7593,7 +7593,7 @@ public class CardFactory_Sorceries { CardList choices = AllZoneUtil.getCreaturesInPlay(card.getController()); choices = choices.filter(AllZoneUtil.untapped); stopSetNext(CardFactoryUtil.input_targetSpecific(spell, choices, - "Select target tapped creature", true, false)); + "Select target untapped creature", true, false)); }//showMessage() };//Input spell.setBeforePayMana(runtime);