mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
* Sergeant-at-Arms - Fixed missing kicker condition in tooltip rule text.
This commit is contained in:
parent
85d95e1b2a
commit
8e4fa6cb0f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class SergeantAtArms extends CardImpl {
|
|||
// When Sergeant-at-Arms enters the battlefield, if it was kicked, create two 1/1 white soldier creature tokens.
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new ConditionalOneShotEffect(
|
||||
new CreateTokenEffect(new SoldierToken(), 2), KickedCondition.instance,
|
||||
"create two 1/1 white Soldier creature tokens.")));
|
||||
"if it was kicked, create two 1/1 white Soldier creature tokens.")));
|
||||
}
|
||||
|
||||
public SergeantAtArms(final SergeantAtArms card) {
|
||||
|
|
Loading…
Reference in a new issue