mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Fix #10420 (missing watcher)
This commit is contained in:
parent
adff5d13d8
commit
5417eb697e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public final class SandstalkerMoloch extends CardImpl {
|
|||
"if an opponent cast a blue and/or black spell this turn, look at the top four cards " +
|
||||
"of your library. You may reveal a permanent card from among them and put it into your hand. " +
|
||||
"Put the rest on the bottom of your library in a random order."
|
||||
));
|
||||
), new SandstalkerMolochWatcher());
|
||||
}
|
||||
|
||||
private SandstalkerMoloch(final SandstalkerMoloch card) {
|
||||
|
|
Loading…
Reference in a new issue