mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
MageDrawAction drawn cards count fix.
This commit is contained in:
parent
988563f6a6
commit
3f8ce6d44f
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ public class MageDrawAction extends MageAction {
|
|||
if (value == -1) {
|
||||
break;
|
||||
}
|
||||
numDrawn++;
|
||||
score += value;
|
||||
}
|
||||
game.fireInformEvent(player.getName() + " draws " + Integer.toString(numDrawn) + " card" + (numDrawn > 1 ? "s" : ""));
|
||||
|
|
Loading…
Reference in a new issue