mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- When an effect mills cards, pop up a dialog to show which cards got milled.
This commit is contained in:
@@ -1339,6 +1339,9 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
milled.add(game.getAction().moveTo(destination, lib.getFirst()));
|
||||
}
|
||||
}
|
||||
// Reveal the milled cards, so players don't have to manually inspect the
|
||||
// graveyard to figure out which ones were milled.
|
||||
game.getAction().reveal(milled, this, false);
|
||||
return milled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user