merge dev into test #33

Merged
j23f0712 merged 36 commits from development into dev/test 2024-12-02 17:37:00 +01:00
40 changed files with 1097 additions and 619 deletions
Showing only changes of commit 206cad2f79 - Show all commits

View File

@@ -65,8 +65,6 @@ public void onEnter() {
app.getAcousticHandler().playSound(MdgaSound.START);
app.getNotificationSynchronizer().addTestNotification(new AcquireCardNotification(BonusCard.SHIELD));
app.getNotificationSynchronizer().addTestNotification(new SelectableCardsNotification(List.of(BonusCard.SHIELD)));
}
@Override