Add missing sound

This commit is contained in:
Felix Koppe
2024-12-10 15:43:35 +01:00
parent f0f4e0eb5e
commit 148b769232

View File

@@ -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) {