mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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:
parent
21ad11dbdc
commit
393dbc4047
9 changed files with 136 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue