mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Changed statement order the get the messages of the game log in a more natural order.
This commit is contained in:
parent
65a7049d02
commit
f005c75d7c
1 changed files with 1 additions and 1 deletions
|
@ -693,8 +693,8 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
player.getLibrary().addAll(player.getHand().getCards(this), this);
|
||||
player.getHand().clear();
|
||||
player.shuffleLibrary(this);
|
||||
player.drawCards(numCards - 1, this);
|
||||
fireInformEvent(player.getName() + " mulligans down to " + Integer.toString(numCards - 1) + " cards");
|
||||
player.drawCards(numCards - 1, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue