mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Gloom Surgeon - Adding card move messageds to game log.
This commit is contained in:
parent
1add018e8d
commit
df295cbc12
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class GloomSurgeonEffect extends ReplacementEffectImpl<GloomSurgeonEffect> {
|
|||
for (int i = 0; i < cardsCount; i++) {
|
||||
Card card = player.getLibrary().removeFromTop(game);
|
||||
if (card != null) {
|
||||
card.moveToExile(source.getId(), "Gloom Surgeon", source.getSourceId(), game);
|
||||
player.moveCardToExileWithInfo(card, null, null, source.getSourceId(), game, Zone.LIBRARY);
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue