This commit is contained in:
Alex W. Jackson 2022-09-23 16:55:12 -04:00
parent 4b15df3bae
commit 07902f64b7

View file

@ -154,11 +154,10 @@ public class StackAbilityView extends CardView {
stackObjectTarget = (StackObject) mo;
}
if (stackObjectTarget != null) {
this.rules.add("<span color='green'><i>Targeted ability related to this card: " + game.getCard(stackObjectTarget.getSourceId()).getIdName());
this.rules.add("<span color='green'><i>Target on stack: " + stackObjectTarget.getIdName());
}
}
}
}
}