mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed verify failure
This commit is contained in:
parent
5b543dc819
commit
e4a9e0db0e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public final class CaterwaulingBoggart extends CardImpl {
|
|||
|
||||
// Goblins you control and Elementals you control have menace.
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
new MenaceAbility(false), Duration.WhileOnBattlefield, filter
|
||||
new MenaceAbility(true), Duration.WhileOnBattlefield, filter
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue