minor fix to input prompt for Energy Tap

This commit is contained in:
jendave
2011-08-06 08:03:55 +00:00
parent ed3ae1f74c
commit b92bd72efa

View File

@@ -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);