Merge commit

This commit is contained in:
Felix Koppe
2024-12-09 19:06:08 +01:00
3 changed files with 28 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ public void enter() {
extraAnimationCounter++;
}
logic.addNotification(new PlayCardNotification(logic.getGame().getActiveColor() , playCardMessage.getCard().getCard()));
logic.addNotification(new PlayCardNotification(logic.getGame().getActiveColor(), playCardMessage.getCard().getCard()));
logic.getGame().getActivePlayer().removeHandCard(playCardMessage.getCard());
handlePowerCard(playCardMessage);
}