forked from External/mage
updated message for picking triggered abilities
This commit is contained in:
parent
9e7f3ad787
commit
fc275e7e5e
2 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ public class HumanPlayer extends PlayerImpl<HumanPlayer> {
|
|||
public TriggeredAbility chooseTriggeredAbility(TriggeredAbilities abilities, Game game) {
|
||||
game.getState().setPriorityPlayerId(getId());
|
||||
while (!abort) {
|
||||
game.fireSelectTargetEvent(playerId, "Pick triggered ability", abilities, true);
|
||||
game.fireSelectTargetEvent(playerId, "Pick triggered ability (goes to the stack first)", abilities, true);
|
||||
waitForResponse();
|
||||
if (response.getUUID() != null) {
|
||||
for (TriggeredAbility ability: abilities) {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue