mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
minor fix to input prompt for Energy Tap
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user