forked from External/mage
Fix shroud denying ninjutsu
This commit is contained in:
parent
79d7bd978b
commit
6e2b35e6a3
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class ReturnAttackerToHandTargetCost extends CostImpl {
|
|||
private UUID defendingPlayerId = null;
|
||||
|
||||
public ReturnAttackerToHandTargetCost() {
|
||||
this.addTarget(new TargetControlledPermanent(filter));
|
||||
this.addTarget(new TargetControlledPermanent(1, 1, filter, true));
|
||||
this.text = "Return an unblocked attacker you control to hand";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue