Update TaintedPact.java

This commit is contained in:
brookeburkett 2020-01-24 09:14:22 -05:00
parent 070ba24e05
commit d968894620

View file

@ -73,7 +73,7 @@ class TaintedPactEffect extends OneShotEffect{
break;
}
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.
card.moveToZone(Zone.HAND, source.getSourceId(), game, true);
break;