mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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());
|
CardList choices = AllZoneUtil.getCreaturesInPlay(card.getController());
|
||||||
choices = choices.filter(AllZoneUtil.untapped);
|
choices = choices.filter(AllZoneUtil.untapped);
|
||||||
stopSetNext(CardFactoryUtil.input_targetSpecific(spell, choices,
|
stopSetNext(CardFactoryUtil.input_targetSpecific(spell, choices,
|
||||||
"Select target tapped creature", true, false));
|
"Select target untapped creature", true, false));
|
||||||
}//showMessage()
|
}//showMessage()
|
||||||
};//Input
|
};//Input
|
||||||
spell.setBeforePayMana(runtime);
|
spell.setBeforePayMana(runtime);
|
||||||
|
|||||||
Reference in New Issue
Block a user