mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09: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++) {
|
for (int i = 0; i < cardsCount; i++) {
|
||||||
Card card = player.getLibrary().removeFromTop(game);
|
Card card = player.getLibrary().removeFromTop(game);
|
||||||
if (card != null) {
|
if (card != null) {
|
||||||
card.moveToExile(source.getId(), "Gloom Surgeon", source.getSourceId(), game);
|
player.moveCardToExileWithInfo(card, null, null, source.getSourceId(), game, Zone.LIBRARY);
|
||||||
} else {
|
} else {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue