mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
tooltip minor fix
This commit is contained in:
parent
6f177b1d82
commit
44677dea28
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class ConquerorsPledge extends CardImpl<ConquerorsPledge> {
|
|||
this.getSpellAbility().addOptionalCost(new KickerManaCost("{6}"));
|
||||
this.getSpellAbility().addEffect(new ConditionalOneShotEffect(new CreateTokenEffect(new KorSoldierToken(), 12),
|
||||
new CreateTokenEffect(new KorSoldierToken(), 6), KickedCondition.getInstance(),
|
||||
"Put six 1/1 white Kor Soldier creature tokens onto the battlefield. If Conqueror's Pledge was kicked, put twelve of those tokens onto the battlefield instead"));
|
||||
"Put six 1/1 white Kor Soldier creature tokens onto the battlefield. If {this} was kicked, put twelve of those tokens onto the battlefield instead"));
|
||||
}
|
||||
|
||||
public ConquerorsPledge(final ConquerorsPledge card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue