mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Fix Glarb, Calamity's Augur rules text
This commit is contained in:
parent
176c63c5e9
commit
e45f9494a3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public final class GlarbCalamitysAugur extends CardImpl {
|
|||
this.addAbility(new SimpleStaticAbility(new PlayFromTopOfLibraryEffect(filter)));
|
||||
|
||||
// {T}: Surveil 2.
|
||||
this.addAbility(new SimpleActivatedAbility(new SurveilEffect(2), new TapSourceCost()));
|
||||
this.addAbility(new SimpleActivatedAbility(new SurveilEffect(2, false), new TapSourceCost()));
|
||||
}
|
||||
|
||||
private GlarbCalamitysAugur(final GlarbCalamitysAugur card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue