mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
* Bell Borca, Spectral Sergeant - fixed rollback error on usage;
This commit is contained in:
parent
96a4defac9
commit
e5faadf1c9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public final class BellBorcaSpectralSergeant extends CardImpl {
|
|||
// At the beginning of your upkeep, exile the top card of your library. You may play that card this turn.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(
|
||||
new BellBorcaSpectralSergeantEffect(), TargetController.YOU, false
|
||||
), new BelbeCorruptedObserverWatcher());
|
||||
), new BellBorcaSpectralSergeantWatcher());
|
||||
}
|
||||
|
||||
private BellBorcaSpectralSergeant(final BellBorcaSpectralSergeant card) {
|
||||
|
|
Loading…
Reference in a new issue