forked from External/mage
* Darft - Play countdown sound during drafting only if no card from curretn booster was draft.
This commit is contained in:
parent
39d2551996
commit
532345e28a
3 changed files with 10 additions and 9 deletions
|
|
@ -261,7 +261,7 @@ public class DraftPanel extends javax.swing.JPanel {
|
|||
text = text + Integer.toString(second);
|
||||
}
|
||||
this.txtTimeRemaining.setText(text);
|
||||
if (s==6) {
|
||||
if (s==6 && !draftBooster.isEmptyGrid()) {
|
||||
AudioManager.playOnCountdown1();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue