* Bell Borca, Spectral Sergeant - fixed rollback error on usage;

This commit is contained in:
Oleg Agafonov 2020-12-20 01:49:57 +04:00
parent 96a4defac9
commit e5faadf1c9

View file

@ -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) {