added cardlayerhandler back and fixed clear selectable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user