mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
fix verify failure
This commit is contained in:
parent
2c430772ca
commit
c76f0d5b8b
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ public final class BogBadger extends CardImpl {
|
||||||
new EntersBattlefieldTriggeredAbility(new GainAbilityControlledEffect(
|
new EntersBattlefieldTriggeredAbility(new GainAbilityControlledEffect(
|
||||||
new MenaceAbility(false), Duration.EndOfTurn
|
new MenaceAbility(false), Duration.EndOfTurn
|
||||||
)), KickedCondition.ONCE, "When {this} enters the battlefield, " +
|
)), KickedCondition.ONCE, "When {this} enters the battlefield, " +
|
||||||
"if it was kicked, creatures you control gain menace until end of turn."
|
"if it was kicked, creatures you control gain menace until end of turn. " +
|
||||||
|
"<i>(A creature with menace can't be blocked except by two or more creatures.)</i>"
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue