mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
fix verify failure
This commit is contained in:
parent
53cbd24ffe
commit
2d3569f763
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class BludgeonBrawlEffect extends ContinuousEffectImpl {
|
|||
public BludgeonBrawlEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
||||
staticText = "each noncreature, non-Equipment artifact is an Equipment with equip {X} " +
|
||||
"and “Equipped creature gets +X/+0,” where X is that artifact's mana value.";
|
||||
"and \"Equipped creature gets +X/+0,\" where X is that artifact's mana value.";
|
||||
}
|
||||
|
||||
private BludgeonBrawlEffect(final BludgeonBrawlEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue