Add missing sound
This commit is contained in:
@@ -163,6 +163,7 @@ private void handleGame(Notification notification) {
|
|||||||
guiHandler.hideText();
|
guiHandler.hideText();
|
||||||
guiHandler.showDice();
|
guiHandler.showDice();
|
||||||
} else if (notification instanceof DrawCardNotification n) {
|
} else if (notification instanceof DrawCardNotification n) {
|
||||||
|
app.getAcousticHandler().playSound(MdgaSound.BONUS);
|
||||||
guiHandler.drawCard(n.getColor());
|
guiHandler.drawCard(n.getColor());
|
||||||
delay = STANDARD_DELAY;
|
delay = STANDARD_DELAY;
|
||||||
} else if (notification instanceof HomeMoveNotification home) {
|
} else if (notification instanceof HomeMoveNotification home) {
|
||||||
|
|||||||
Reference in New Issue
Block a user