removed test card

This commit is contained in:
Cedric Beck
2024-12-02 11:01:02 +01:00
parent 3717e7b794
commit 206cad2f79

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