mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Hide reminder text on Zhulodok
This commit is contained in:
parent
b6e87ddcb8
commit
d7bd4666cb
1 changed files with 2 additions and 2 deletions
|
|
@ -37,9 +37,9 @@ public final class ZhulodokVoidGorger extends CardImpl {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// Colorless spells you cast from your hand with mana value 7 or greater have "Cascade, cascade."
|
||||
Ability ability = new SimpleStaticAbility(new GainAbilityControlledSpellsEffect(new CascadeAbility(), filter)
|
||||
Ability ability = new SimpleStaticAbility(new GainAbilityControlledSpellsEffect(new CascadeAbility(false), filter)
|
||||
.setText("colorless spells you cast from your hand with mana value 7"));
|
||||
ability.addEffect(new GainAbilityControlledSpellsEffect(new CascadeAbility(), filter)
|
||||
ability.addEffect(new GainAbilityControlledSpellsEffect(new CascadeAbility(false), filter)
|
||||
.setText("or greater have \"Cascade, cascade.\""));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue