Can't be activated effects - fixed that some restricted effects show abilities as playable (example: Sharkey, Tyrant of the Shire and Karakas, fixed #10642)

This commit is contained in:
Oleg Agafonov 2024-07-27 15:38:13 +04:00
parent 21ad11dbdc
commit 393dbc4047
9 changed files with 136 additions and 44 deletions

View file

@ -22,7 +22,7 @@ public class SimpleCardView implements Serializable, SelectableObjectView {
protected boolean isChoosable;
protected boolean isSelected;
protected PlayableObjectStats playableStats = new PlayableObjectStats();
protected PlayableObjectStats playableStats = new PlayableObjectStats(); // filled on client side from GameView
public SimpleCardView(final SimpleCardView view) {
this.id = view.id;