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