mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix #9555
This commit is contained in:
parent
4b15df3bae
commit
07902f64b7
1 changed files with 1 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue