mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Change {this}
This commit is contained in:
parent
0a754207cf
commit
9d79156f25
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class StrongholdConfessor extends CardImpl {
|
|||
// Kicker {3} (You may pay an additional {3} as you cast this spell.)
|
||||
this.addAbility(new KickerAbility("{3}"));
|
||||
// If Stronghold Confessor was kicked, it enters the battlefield with two +1/+1 counters on it.
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(2)), KickedCondition.instance, "If Stronghold Confessor was kicked, it enters the battlefield with two +1/+1 counters on it.", ""));
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(2)), KickedCondition.instance, "If {this} was kicked, it enters the battlefield with two +1/+1 counters on it.", ""));
|
||||
}
|
||||
|
||||
public StrongholdConfessor(final StrongholdConfessor card) {
|
||||
|
|
Loading…
Reference in a new issue