mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
Update TaintedPact.java
This commit is contained in:
parent
070ba24e05
commit
d968894620
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class TaintedPactEffect extends OneShotEffect{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
names.add(card.getName());
|
names.add(card.getName());
|
||||||
if (player.chooseUse(outcome, "Put " + card.getName() + "into your hand?", source, game)) {
|
if (player.chooseUse(outcome, "Put " + card.getName() + " into your hand?", source, game)) {
|
||||||
//Adds the current card to hand if it is chosen.
|
//Adds the current card to hand if it is chosen.
|
||||||
card.moveToZone(Zone.HAND, source.getSourceId(), game, true);
|
card.moveToZone(Zone.HAND, source.getSourceId(), game, true);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue