mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
[SNC] removed unnecessary line from Elspeth Resplendent
This commit is contained in:
parent
5ad72e96f4
commit
ae2f4de412
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue