Fix shroud denying ninjutsu

This commit is contained in:
PurpleCrowbar 2023-06-30 01:39:58 +01:00
parent 79d7bd978b
commit 6e2b35e6a3

View file

@ -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";
}