[SNC] removed unnecessary line from Elspeth Resplendent

This commit is contained in:
Evan Kranzler 2022-05-23 17:07:08 -04:00
parent 5ad72e96f4
commit ae2f4de412

View file

@ -144,7 +144,6 @@ class ElspethResplendentLookEffect extends OneShotEffect {
permanent.addCounters(CounterType.SHIELD.createInstance(), source, game);
}
}
cards.remove(card);
cards.retainZone(Zone.LIBRARY, game);
player.putCardsOnBottomOfLibrary(cards, game, source, false);
return true;