mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue